mirror of
https://github.com/systemd/systemd.git
synced 2025-01-26 14:04:03 +03:00
add some warnings
This commit is contained in:
parent
b7ec267e17
commit
e231a5db51
@ -43,6 +43,11 @@ automake --add-missing
|
||||
|
||||
if test -z "$@"; then
|
||||
args="--prefix=/usr --exec-prefix= --sysconfdir=/etc"
|
||||
export CFLAGS="-g -Wall \
|
||||
-Wmissing-declarations -Wmissing-prototypes \
|
||||
-Wnested-externs -Wpointer-arith \
|
||||
-Wpointer-arith -Wsign-compare -Wchar-subscripts \
|
||||
-Wstrict-prototypes -Wshadow"
|
||||
else
|
||||
args=$@
|
||||
fi
|
||||
|
@ -3,7 +3,7 @@ AC_INIT([udev],
|
||||
[kay.sievers@vrfy.org])
|
||||
AC_PREREQ(2.60)
|
||||
AC_CONFIG_SRCDIR([udev/udevd.c])
|
||||
AM_INIT_AUTOMAKE([check-news foreign -Wall 1.9 dist-bzip2])
|
||||
AM_INIT_AUTOMAKE([check-news foreign 1.9 dist-bzip2])
|
||||
AC_GNU_SOURCE
|
||||
AC_DISABLE_STATIC
|
||||
AC_SYS_LARGEFILE
|
||||
|
Loading…
x
Reference in New Issue
Block a user