Signed comparison warning fixes.

This commit is contained in:
Fyren
2015-03-06 08:08:41 +00:00
parent 782eee3c58
commit d3da389f9f
16 changed files with 44 additions and 39 deletions
-1
View File
@@ -53,7 +53,6 @@ compiler.sourcedeps += packed_includes
if compiler.cc.behavior == 'gcc':
compiler.cflags += ['-Wno-format']
compiler.cflags += ['-Wno-error=sign-compare']
compiler.c_only_flags += ['-std=c99']
if builder.target_platform == 'linux':
compiler.postlink += ['-lm']