From 9d1dbf48411c49c2c215f41b65e515024e3abfbd Mon Sep 17 00:00:00 2001 From: starkos Date: Thu, 5 Feb 2009 15:45:32 +0000 Subject: Bug 2564404: FatalWarnings has no effect with gmake target --- samples/project/CppConsoleApp/premake4.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'samples/project') diff --git a/samples/project/CppConsoleApp/premake4.lua b/samples/project/CppConsoleApp/premake4.lua index b035656..2983e4d 100644 --- a/samples/project/CppConsoleApp/premake4.lua +++ b/samples/project/CppConsoleApp/premake4.lua @@ -3,6 +3,8 @@ project "CppConsoleApp" kind "ConsoleApp" language "C++" + flags { "FatalWarnings", "ExtraWarnings" } + files { "*.cpp" } includedirs { "I:/Code" } -- cgit v1.2.3