mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
f3469070fe
- CFLAG gnu99 was changed to c99. - CXXFLAG c++98 was changed to c++11. - CFLAG -pedantic-errors was added so that non-ISO C now throws errors. - _XOPEN_SOURCE feature test macro added and set to 600 to expose SUSv3 and c99 definitions in modules that required them. - Fixed tests (and bootstrap daemon logging) that were failing due to the altered build flags. - Avoid string suffix misinterpretation; explicit narrowing conversion. - Misc. additions to .gitignore to make sure build artifacts don't wind up in version control. |
||
---|---|---|
.. | ||
conference_test.c | ||
crypto_test.c | ||
dht_test.c | ||
encryptsave_test.c | ||
file_saving_test.c | ||
helpers.h | ||
Makefile.inc | ||
messenger_test.c | ||
network_test.c | ||
onion_test.c | ||
resource_leak_test.c | ||
save_friend_test.c | ||
skeleton_test.c | ||
TCP_test.c | ||
tox_many_tcp_test.c | ||
tox_many_test.c | ||
tox_one_test.c | ||
tox_test.c | ||
toxav_basic_test.c | ||
toxav_many_test.c | ||
version_test.c |