Using a file-wide suppression for this implicit truncation has several issues:
- It is file-wide, thus suppressing any other (newly introduced) issues
- The file doesn't compile with
-Wimplicit-int-conversion
Fix both issues by making the truncation explicit.