From 092fd68935a8930664fb6b0b2fd2cc5c44e972d3 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 25 Jun 2017 19:53:55 -0400 Subject: [PATCH] Remove -Wpedantic --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d0faf7b..2e58e05e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ ###################################################### ##### Set global variables for all gst Makefiles ##### ###################################################### -CFLAGS=-std=c99 -Wall -Wextra -Wpedantic -I./include -g +CFLAGS=-std=c99 -Wall -Wextra -I./include -g PREFIX=/usr/local GST_TARGET=client/gst GST_CORELIB=core/libgst.a