From 944ec75687691505fcf54c338964377465ccf4c5 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Tue, 18 Jun 2013 07:26:07 +0000 Subject: [PATCH] Retarded clang warning is retarded. --- BSDmakefile | 1 + Makefile | 1 + 2 files changed, 2 insertions(+) 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 -- 2.39.2