Repositories
/
olsrd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d77215
)
* added a comment to a commented out warning
author
Bernd Petrovitsch
<bernd@firmix.at>
Mon, 17 Sep 2007 21:43:28 +0000
(21:43 +0000)
committer
Bernd Petrovitsch
<bernd@firmix.at>
Mon, 17 Sep 2007 21:43:28 +0000
(21:43 +0000)
Makefile.inc
patch
|
blob
|
history
diff --git
a/Makefile.inc
b/Makefile.inc
index
25dcc43
..
f2c5f77
100644
(file)
--- a/
Makefile.inc
+++ b/
Makefile.inc
@@
-41,6
+41,7
@@
WARNINGS += -Wno-multichar
WARNINGS += -Wno-deprecated-declarations
#WARNINGS += -Wredundant-decls
WARNINGS += -Wnested-externs
+# Alas, htons() triggers this so we can't seriously activate it.
#WARNINGS += -Wunreachable-code
WARNINGS += -Winline
WARNINGS += -Wdisabled-optimization