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-01-04 19:09:14 +0300
committerstarkos <none@none>2009-01-04 19:09:14 +0300
commit3efc06987980828dde375086ab1f28723214c950 (patch)
tree477b750b8d6c3188c48b7e4d24ee1351d3ed210c /premake4.lua
parentcfde023da268887e843dc0cd33239e1161bc9433 (diff)
Removed FatalWarnings flag, to make sure it can build around new compiler warnings. Checked return values in os_getcwd
Diffstat (limited to 'premake4.lua')
-rw-r--r--premake4.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/premake4.lua b/premake4.lua
index 1c922d5..71851e9 100644
--- a/premake4.lua
+++ b/premake4.lua
@@ -38,7 +38,7 @@ end
targetname "premake4"
language "C"
kind "ConsoleApp"
- flags { "No64BitChecks", "ExtraWarnings", "FatalWarnings" }
+ flags { "No64BitChecks", "ExtraWarnings" }
includedirs { "src/host/lua-5.1.4/src" }
location ( _OPTIONS["to"] )