From ddd7cabda82ccc83f3201839ca779377d954164f Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 2 Mar 2013 19:46:17 +0100 Subject: [PATCH] Edit HACKING & introduce clang (thanks Ludovic!) --- HACKING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HACKING b/HACKING index f7e65ff..4a02615 100644 --- a/HACKING +++ b/HACKING @@ -30,7 +30,12 @@ Here are some directions to get you started: -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition \ -Wbad-function-cast -Wnested-externs -Wmissing-declarations" $ ./configure + $ make clean $ make + You can chase even more issues by using clang: + $ scan-build ./configure + $ make clean + $ scan-build make 2.3 When Debianizing $ lintian *deb