From e355c316e0561f58922257235204909a6c46d251 Mon Sep 17 00:00:00 2001 From: Jeff Powers Date: Sat, 17 May 2014 14:52:58 -0700 Subject: [PATCH] Allow warnings to fix compile on OS X 10.9 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a436a84f..4c666529 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ # make FORCE_BUILD_CLR=1 # ############################################################################# +export ALLOW_WARNINGS = 1 include ThirdParty/PSCommon/BuildSystem/CommonDefs.mak