projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02776da
)
build-sys: don't suppress irrelevant warnings
author
Thomas Hindoe Paaboel Andersen
<phomes@gmail.com>
Tue, 2 Jun 2015 20:39:07 +0000
(22:39 +0200)
committer
Thomas Hindoe Paaboel Andersen
<phomes@gmail.com>
Mon, 8 Jun 2015 21:43:56 +0000
(23:43 +0200)
We do not trigger these warnings so no need to suppress them.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
2625e0d
..
5719075
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-149,7
+149,6
@@
CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\
-pipe \
-Wall \
-Wextra \
- -Wno-inline \
-Wundef \
"-Wformat=2 -Wformat-security -Wformat-nonliteral" \
-Wlogical-op \
@@
-169,11
+168,8
@@
CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\
-Wendif-labels \
-Wstrict-aliasing=2 \
-Wwrite-strings \
- -Wno-long-long \
- -Wno-overlength-strings \
-Wno-unused-parameter \
-Wno-missing-field-initializers \
- -Wno-unused-result \
-Wno-format-signedness \
-Werror=overflow \
-Wdate-time \