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