From: Dale Weiler Date: Tue, 18 Jun 2013 07:26:07 +0000 (+0000) Subject: Retarded clang warning is retarded. X-Git-Tag: v0.3.0~103 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=944ec75687691505fcf54c338964377465ccf4c5 Retarded clang warning is retarded. --- diff --git a/BSDmakefile b/BSDmakefile index 4dc4bec..947f383 100644 --- a/BSDmakefile +++ b/BSDmakefile @@ -21,6 +21,7 @@ CFLAGS += -Wall -Wextra -Werror -fno-strict-aliasing -DGMQCC_GITINFO=\"$(GITI -Wno-missing-prototypes\ -Wno-float-equal\ -Wno-unknown-warning-option\ + -Wno-cast-align\ -Wstrict-prototypes .else . if $(CC) == tcc diff --git a/Makefile b/Makefile index 8a5e72f..3ab21a8 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ ifeq ($(CC), clang) -Wno-missing-prototypes \ -Wno-float-equal \ -Wno-unknown-warning-option \ + -Wno-cast-align \ -Wstrict-prototypes else #Tiny C Compiler doesn't know what -pedantic-errors is