summaryrefslogtreecommitdiff
path: root/src/v_video.h
diff options
context:
space:
mode:
authorFabian Greffrath2015-05-04 07:55:15 +0200
committerFabian Greffrath2015-05-04 07:55:15 +0200
commit6812a5896abf0f78fa45ed14d4b4a7e6f2f4d310 (patch)
tree31f2899f35797fa700f80b82b994b919035c1029 /src/v_video.h
parent63df9283035b7f221dcef0cd5d1e488da3af12b6 (diff)
downloadchocolate-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 'src/v_video.h')
0 files changed, 0 insertions, 0 deletions