From 2619bd22aa95ff284c1fbf5e3c3dcd95c91da1d8 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 8 Feb 2017 09:06:01 +0100 Subject: [PATCH] Get rid of pedantic warnings --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0d2582c0..99336a8f 100644 --- a/Makefile +++ b/Makefile @@ -116,8 +116,8 @@ include Makefile.common OBJECTS := $(SOURCES_C:.c=.o) $(SOURCES_CXX:.cpp=.o) -CFLAGS += -Wall -pedantic -D__LIBRETRO__ $(fpic) -CXXFLAGS += -Wall -pedantic -D__LIBRETRO__ $(fpic) +CFLAGS += -Wall -D__LIBRETRO__ $(fpic) +CXXFLAGS += -Wall -D__LIBRETRO__ $(fpic) all: $(TARGET)