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

github.com/windirstat/premake-4.x.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <unknown>2009-02-05 18:45:32 +0300
committerstarkos <unknown>2009-02-05 18:45:32 +0300
commit7124c4d80d8f7fcc0f2e01d52fb1f2ec1c0e1c39 (patch)
tree8516b6becdb8a5642128f2879c73e1e6cdcffd52 /samples
parent7b6d53e6ecd349938a1f4b7cbe23c191bb487202 (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" }