mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00

* Include stdint.h for intptr_t types. * Check for more headers and data types in configure.ac. * Use a union of integer and string pointer to store config values, instead of type-punning string pointers to integers which won't work on 64-bit systems anyway. * Silence some "incompatible pointer types" GCC warnings, as pointers to integer and union config_u are in fact interchangeable. * Fix memcpy() size parameters and pointer progression. * Fix BMP screenshots by changing some variables from ambigious long to corresponding int types. * Silence the last remaining "cast pointer from/to integer of different size" warnings.
Languages
C
98.9%
CMake
0.9%
Python
0.2%