Merge commit 'refs/top-bases/linux-have-uio-rw' into linux-have-uio-rw
This commit is contained in:
commit
d1b07069fa
|
@ -1,9 +1,6 @@
|
|||
# Default build options
|
||||
AM_CFLAGS = -ggdb -O2 -std=c99
|
||||
AM_CFLAGS += -Wall -Wstrict-prototypes -Wshadow -Werror
|
||||
|
||||
# FIXME: Quiet warnings not covered by the gcc-* patches. We should
|
||||
# FIXME: consider removing this as soon as we reasonably can.
|
||||
AM_CFLAGS = -Wall -Wstrict-prototypes -Wshadow -Werror
|
||||
AM_CFLAGS += -Wno-switch -Wno-unused -Wno-missing-braces
|
||||
AM_CFLAGS += -Wno-unknown-pragmas -Wno-parentheses
|
||||
AM_CFLAGS += -Wno-uninitialized -fno-strict-aliasing
|
||||
|
|
Loading…
Reference in New Issue