Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <none@none>2009-02-05 18:45:32 +0300
committerstarkos <none@none>2009-02-05 18:45:32 +0300
commit9d1dbf48411c49c2c215f41b65e515024e3abfbd (patch)
tree8516b6becdb8a5642128f2879c73e1e6cdcffd52 /samples
parent7543b3248ac5cb1f345799141a7c47077a1f409d (diff)
Bug 2564404: FatalWarnings has no effect with gmake target
Diffstat (limited to 'samples')
-rw-r--r--samples/project/CppConsoleApp/premake4.lua2
1 files changed, 2 insertions, 0 deletions
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" }