1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-16 18:29:56 +00:00

Remove -Wpedantic

This commit is contained in:
Calvin Rose 2017-06-25 19:53:55 -04:00
parent b23fc136dd
commit 092fd68935

View File

@ -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