浏览代码

One of the warning flags was misspelled. Oops!

Zachary Pierson 8 年之前
父节点
当前提交
ebb10e5597
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -2,7 +2,7 @@
 
 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"
 other_args="-x c"
 compiler="gcc"