diff options
| author | Lennart Poettering <lennart@poettering.net> | 2005-09-07 11:59:32 +0000 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2005-09-07 11:59:32 +0000 | 
| commit | f6e96a3157cb326e34ca8bc160e5da5f80626ee5 (patch) | |
| tree | 900b2cbf7b81c6f13ce50ef7002355309964be4d | |
| parent | 4e1012633b9d8811db9a50d421f6a9492181b673 (diff) | |
remove some obsolte stuff regarding compiler warnings from HACKING
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@521 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
| -rw-r--r-- | docs/HACKING | 28 | 
1 files changed, 0 insertions, 28 deletions
diff --git a/docs/HACKING b/docs/HACKING index 46504da..eec7eb7 100644 --- a/docs/HACKING +++ b/docs/HACKING @@ -36,34 +36,6 @@ Please comply with the following rules when hacking on Avahi:     your code thrice with your brain before committing. Valgrind is     only a final check. - * When you code in C, please compile with the following gcc options from time -   to time: -   -   -Wextra -   -Wfloat-equal  -   -Wmissing-declarations -   -Wmissing-prototypes -   -Wstrict-prototypes -   -Wredundant-decls -   -Wold-style-definition -   -Wmissing-noreturn -   -Wdeclaration-after-statement -   -Wshadow -   -Wendif-labels -   -Wlarger-than-4000 -   -Wpointer-arith -   -Wbad-function-cast -   -Wcast-qual -   -Wcast-align -   -Wwrite-strings -   -Winline - -   This will show you a bunch of issues which might be problems in your source -   code.  Not all options are available on all GCC versions. Just pass these -   options in $CFLAGS when running bootstrap.sh: - -   CFLAGS="-Wextra ..." ./bootstrap.sh -   * Whenever you add a new Makefile.am, C (.c or .h) source file, shell or     python script please add this legal blurb to its header:  | 
