From 6f4917949113999de8b2227acae8de07e7e3c469 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 5 Jul 2020 02:14:28 +0000 Subject: [PATCH] Makefiles: Use -Wextra instead of -W git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9040 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- usr/events/Makefile | 2 +- usr/fileio/Makefile | 2 +- usr/stpgd/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/events/Makefile b/usr/events/Makefile index c5da707da..023b3a633 100644 --- a/usr/events/Makefile +++ b/usr/events/Makefile @@ -22,7 +22,7 @@ CFLAGS += -O2 -Wall -Wextra -Wno-unused-parameter -Wstrict-prototypes \ PROGS = events LIBS = -lpthread -CFLAGS += -W -Wno-unused-parameter +CFLAGS += -Wextra -Wno-unused-parameter CFLAGS += $(LOCAL_CFLAGS) #CFLAGS += -DDEBUG_NOMEM diff --git a/usr/fileio/Makefile b/usr/fileio/Makefile index b46372f91..a5135e372 100644 --- a/usr/fileio/Makefile +++ b/usr/fileio/Makefile @@ -38,7 +38,7 @@ CFLAGS += -O2 -Wall -Wextra -Wno-unused-parameter -Wstrict-prototypes \ PROGS = fileio_tgt LIBS = -lpthread -CFLAGS += -W -Wno-unused-parameter +CFLAGS += -Wextra -Wno-unused-parameter CFLAGS += $(LOCAL_CFLAGS) #CFLAGS += -DDEBUG_NOMEM #CFLAGS += -DDEBUG_SENSE diff --git a/usr/stpgd/Makefile b/usr/stpgd/Makefile index 9a67f312f..55dac703a 100644 --- a/usr/stpgd/Makefile +++ b/usr/stpgd/Makefile @@ -24,7 +24,7 @@ CFLAGS += -O2 -Wall -Wextra -Wno-unused-parameter -Wstrict-prototypes \ PROGS = stpgd LIBS = -lpthread -CFLAGS += -W -Wno-unused-parameter +CFLAGS += -Wextra -Wno-unused-parameter CFLAGS += $(LOCAL_CFLAGS) #CFLAGS += -DDEBUG_NOMEM