Browse Source

One of the warning flags was misspelled. Oops!

Zachary Pierson 8 years ago
parent
commit
ebb10e5597
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -2,7 +2,7 @@
 
 
 release_mode=0
 release_mode=0
 
 
-warnings_to_disable="-Wno-attributes -Wno-implicit-function-declaration -Wno-incompatible-pointer-types -Wno-switch -Wno-pointer-sign -Wno-tautological-constant-out-of-range-compare -Wno-autological-compare"
+warnings_to_disable="-Wno-attributes -Wno-implicit-function-declaration -Wno-incompatible-pointer-types -Wno-switch -Wno-pointer-sign -Wno-tautological-constant-out-of-range-compare -Wno-tautological-compare"
 libraries="-pthread -ldl -lm"
 libraries="-pthread -ldl -lm"
 other_args="-x c"
 other_args="-x c"
 compiler="gcc"
 compiler="gcc"