Ahmad Fatoum
|
8be93762d9
|
Make function calls without prior declaration an error
which is the default behavior on C99 and up.
|
2018-01-25 22:34:29 +01:00 |
Ahmad Fatoum
|
30ef3f3122
|
GCC/Clang: Treat void pointer arithmetic as error
As an extension, GNU C treats sizeof(void) as 1. MSVC doesn't.
Make it an error on GCC/Clang to avoid accidental MSVC breakage.
|
2018-01-18 13:22:41 +01:00 |
Ahmad Fatoum
|
ca921e5a53
|
CMake: Explicitly ask for C99 support
Otherwise using a compiler that defaults to -std=c89 or -std=gnu89 will
fail. Example:
http://www.cpantesters.org/cpan/report/abb85066-d283-11e7-9926-b2f4efb9c382
Apparently, -m32 Travis CI build was broken: -m32 was overridden by
-std=gnu99. This fixes that.
|
2017-11-27 02:10:56 +01:00 |
ASDF
|
e173db19f7
|
CMake based build system.
Some people might find this handly
|
2017-08-27 13:28:02 -04:00 |
Ray
|
ad8a5a95b2
|
Move and update CMakeList
|
2016-06-06 14:38:54 +02:00 |
Joshua Reisenauer
|
9f2fc81df2
|
update to openal
|
2016-05-30 15:34:29 -07:00 |
Joshua Reisenauer
|
f74791ed7b
|
better build system
|
2016-05-23 02:12:22 -07:00 |