mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-05-22 13:35:05 +02:00
build: Set -Wno-unused-parameter to default CFLAGS
This commit is contained in:
parent
dcaa93d984
commit
88004b30ff
@ -1,7 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
# Set default values for user variables
|
||||
CFLAGS = -Wall -Wextra -Wno-unused-variable
|
||||
CFLAGS = -Wall -Wextra -Wno-unused-variable -Wno-unused-parameter
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_builddir) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user