Document -Wunreachable-code in HACKING file

This commit is contained in:
Philippe Teuwen 2014-03-04 01:33:44 +01:00
parent 2d4543673e
commit 7adad098c3

View file

@ -34,6 +34,7 @@ Here are some directions to get you started:
$ make clean $ make clean
$ make $ make
2.2.2 Using clang: 2.2.2 Using clang:
You can use same CFLAGS but also "-Wunreachable-code"
$ scan-build ./configure $ scan-build ./configure
$ make clean $ make clean
$ scan-build make $ scan-build make