mirror of
https://git.code.sf.net/p/zint/code
synced 2026-05-06 06:05:32 +00:00
general: add -Wshorten-64-to-32 compiler flag & suppress warnings
(ticket #351, props Axel Waggershauser)
This commit is contained in:
@@ -336,7 +336,7 @@ static void c128_expand(struct zint_symbol *symbol, int values[C128_VALUES_MAX],
|
||||
}
|
||||
#endif
|
||||
|
||||
z_expand(symbol, dest, d - dest);
|
||||
z_expand(symbol, dest, (int) (d - dest));
|
||||
}
|
||||
|
||||
/* Helper to set `priority` array based on flags */
|
||||
|
||||
Reference in New Issue
Block a user