build-sys: disable inline warnings

This commit is contained in:
Lennart Poettering 2010-07-09 04:46:49 +02:00
parent 37967211b3
commit 27765dfc7a
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ CC_CHECK_CFLAGS_APPEND([ \
-Wall \
-W \
-Wextra \
-Winline \
-Wno-inline \
-Wvla \
-Wundef \
-Wformat=2 \