Browse Source

Remove TODO about enabling -Wconversion

It's not worth the effort
rexim 2 years ago
parent
commit
a27b47d41b
1 changed files with 0 additions and 3 deletions
  1. 0 3
      build.sh

+ 0 - 3
build.sh

@@ -2,9 +2,6 @@
 
 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/"
 
 build_vc_demo() {