diff options
author | Fabian Greffrath | 2015-05-04 07:55:15 +0200 |
---|---|---|
committer | Fabian Greffrath | 2015-05-04 07:55:15 +0200 |
commit | 6812a5896abf0f78fa45ed14d4b4a7e6f2f4d310 (patch) | |
tree | 31f2899f35797fa700f80b82b994b919035c1029 /codeblocks/setup-res.rc | |
parent | 63df9283035b7f221dcef0cd5d1e488da3af12b6 (diff) | |
download | chocolate-doom-6812a5896abf0f78fa45ed14d4b4a7e6f2f4d310.tar.gz chocolate-doom-6812a5896abf0f78fa45ed14d4b4a7e6f2f4d310.tar.bz2 chocolate-doom-6812a5896abf0f78fa45ed14d4b4a7e6f2f4d310.zip |
warnings: fix some cast to/from pointer from/to int warnings
This fixes the following two warnings
cast from pointer to integer of different size
cast to pointer from integer of different size
by either changing some ints that are supposed to hold pointers
to intptr_t type or by intermediate casting to (intptr_t).
Diffstat (limited to 'codeblocks/setup-res.rc')
0 files changed, 0 insertions, 0 deletions