瀏覽代碼

Remove TODO about enabling -Wconversion

It's not worth the effort
rexim 2 年之前
父節點
當前提交
a27b47d41b
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      build.sh

+ 0 - 3
build.sh

@@ -2,9 +2,6 @@
 
 
 set -xe
 set -xe
 
 
-# TODO: enable -Wconversion
-# We can't enable it right now cause it produces to many warnings to fix on the stream.
-# I fix it later, when I have time.
 COMMON_CFLAGS="-Wall -Wextra -ggdb -I. -I./build/ -I./thirdparty/"
 COMMON_CFLAGS="-Wall -Wextra -ggdb -I. -I./build/ -I./thirdparty/"
 
 
 build_vc_demo() {
 build_vc_demo() {