mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
Silenced lots of warnings pointed out by XCode.
This commit is contained in:
parent
d16d8f0d0e
commit
be9094cb97
26 changed files with 89 additions and 180 deletions
|
@ -382,7 +382,7 @@ int32_t scriptfile_getsymbolvalue(char const *name, int32_t *val)
|
|||
sscanf(name + 2, "%" PRIx64 "", &x);
|
||||
|
||||
if (EDUKE32_PREDICT_FALSE(x > UINT32_MAX))
|
||||
Printf("warning: number 0x%x" PRIx64 " truncated to 32 bits.\n", x);
|
||||
Printf("warning: number 0x%" PRIx64 " truncated to 32 bits.\n", x);
|
||||
|
||||
*val = x;
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue