Skip to content
Snippets Groups Projects

Use unsigned char type for counting number of corners

1 unresolved thread

The number of corners should never be higher than 8 (for hexahedra), thus 'unsigned char' is perfect to fix warnings here as it can safely be promoted to any other integer type.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading