Skip to content

Commit df01cae

Browse files
committed
Reduce warning level for strict overflows
No plans to refactor pev atm., so just reduce the warning level for this, highly unlikely to trigger, issue. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 99975f5 commit df01cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ AUTOMAKE_OPTIONS = subdir-objects
88
AM_CPPFLAGS = -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -I$(top_srcdir)/include
99
AM_CPPFLAGS += -DSYSCONFDIR=\"@sysconfdir@\" -DRUNSTATEDIR=\"@runstatedir@\" -DPRESERVEDIR=\"@localstatedir@/lib\"
1010
AM_CFLAGS = -W -Wall -Wextra -Wno-unused-parameter -Wformat=2 -Wformat-overflow=2 -Winit-self \
11-
-Wstrict-overflow=4 -Wno-format-truncation -Wno-format-nonliteral
11+
-Wstrict-overflow=2 -Wno-format-truncation -Wno-format-nonliteral
1212
sbin_PROGRAMS = mcd mctl
1313
mcd_SOURCES = main.c cfparse.y config.c defs.h \
1414
iface.c iface.h netlink.c \

0 commit comments

Comments
 (0)