From: Wolfgang (Blub) Bumiller Date: Wed, 22 Aug 2012 09:49:46 +0000 (+0200) Subject: Removing -std=c90, which was just used to make sure things stayed portable X-Git-Tag: 0.1-rc1~111 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=fd835931af2241129d00372f13b26ba475010450;p=xonotic%2Fgmqcc.git Removing -std=c90, which was just used to make sure things stayed portable --- diff --git a/Makefile b/Makefile index 87aa154..cafa0c8 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC ?= clang -CFLAGS += -Wall -I. -pedantic-errors -std=c90 +CFLAGS += -Wall -I. -pedantic-errors #turn on tons of warnings if clang is present ifeq ($(CC), clang)