From 5ab8c20d8e58e1216e66791336129d4624bfd571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Mon, 18 Jan 2016 19:09:43 +0100 Subject: [PATCH] readme: minor fix --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bd99090dc..1cace7019 100644 --- a/readme.md +++ b/readme.md @@ -83,7 +83,7 @@ Flags: 3. `HAVE_RULES=yes` Enable rules (PCRE is required if this is used) -4. `CXXFLAGS="-O2 -DNDEBUG -Wall -Wno-sign-compare"` +4. `CXXFLAGS="-O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-unused-function"` Enables most compiler optimizations, disables cppcheck-internal debugging code and enables basic compiler warnings. ### g++ (for experts)