From b5d55b632cff62d1367d747d48909dff72f30d70 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 23 Jan 2022 14:52:04 +0300 Subject: [PATCH] -Wno-logical-op-parentheses --- ip2net/Makefile | 4 ++-- mdig/Makefile | 4 ++-- nfq/Makefile | 4 ++-- tpws/Makefile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ip2net/Makefile b/ip2net/Makefile index 055cf5f..88cf5b9 100644 --- a/ip2net/Makefile +++ b/ip2net/Makefile @@ -1,6 +1,6 @@ CC ?= gcc -CFLAGS += -std=gnu99 -O3 -CFLAGS_BSD = -Wno-address-of-packed-member -Wno-logical-op-parentheses -Wno-switch +CFLAGS += -std=gnu99 -Wno-logical-op-parentheses -O3 +CFLAGS_BSD = -Wno-address-of-packed-member -Wno-switch CFLAGS_MAC = -mmacosx-version-min=10.8 LIBS = SRC_FILES = *.c diff --git a/mdig/Makefile b/mdig/Makefile index a12a51d..fc410f3 100644 --- a/mdig/Makefile +++ b/mdig/Makefile @@ -1,6 +1,6 @@ CC ?= gcc -CFLAGS += -std=gnu99 -O3 -CFLAGS_BSD = -Wno-address-of-packed-member -Wno-logical-op-parentheses -Wno-switch +CFLAGS += -std=gnu99 -Wno-logical-op-parentheses -O3 +CFLAGS_BSD = -Wno-address-of-packed-member -Wno-switch CFLAGS_MAC = -mmacosx-version-min=10.8 LIBS = -lpthread SRC_FILES = *.c diff --git a/nfq/Makefile b/nfq/Makefile index 13f4745..5b4b688 100644 --- a/nfq/Makefile +++ b/nfq/Makefile @@ -1,6 +1,6 @@ CC ?= gcc -CFLAGS += -std=gnu99 -O3 -CFLAGS_BSD = -Wno-address-of-packed-member -Wno-logical-op-parentheses -Wno-switch +CFLAGS += -std=gnu99 -Wno-logical-op-parentheses -O3 +CFLAGS_BSD = -Wno-address-of-packed-member -Wno-switch CFLAGS_MAC = -mmacosx-version-min=10.8 LIBS = -lnetfilter_queue -lnfnetlink -lz LIBS_BSD = -lz diff --git a/tpws/Makefile b/tpws/Makefile index 31086dc..eb8abb7 100644 --- a/tpws/Makefile +++ b/tpws/Makefile @@ -1,6 +1,6 @@ CC ?= gcc -CFLAGS += -std=gnu99 -O3 -CFLAGS_BSD = -Wno-address-of-packed-member -Wno-logical-op-parentheses -Wno-switch +CFLAGS += -std=gnu99 -Wno-logical-op-parentheses -O3 +CFLAGS_BSD = -Wno-address-of-packed-member -Wno-switch CFLAGS_MAC = -mmacosx-version-min=10.8 LIBS = -lz SRC_FILES = *.c