]> git.droids-corp.org - dpdk.git/blobdiff - examples/performance-thread/l3fwd-thread/Makefile
net/octeontx2: fix PTP and HIGIG2 coexistence
[dpdk.git] / examples / performance-thread / l3fwd-thread / Makefile
index 1a1c95829cb5ff571471d56232ac41e4b57fe88e..b14b21e30b547f45b3545c0160569e9d0d32f1d4 100644 (file)
@@ -20,10 +20,4 @@ include $(RTE_SDK)/examples/performance-thread/common/common.mk
 
 CFLAGS += -O3 -g $(USER_FLAGS) $(INCLUDES) $(WERROR_FLAGS)
 
-# workaround for a gcc bug with noreturn attribute
-# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12603
-#ifeq ($(CONFIG_RTE_TOOLCHAIN_GCC),y)
-CFLAGS_main.o += -Wno-return-type
-#endif
-
 include $(RTE_SDK)/mk/rte.extapp.mk