summaryrefslogtreecommitdiff
path: root/premake5.lua
diff options
context:
space:
mode:
authorscribam <scribam@users.noreply.github.com>2017-09-20 19:30:29 +0200
committerscribam <scribam@users.noreply.github.com>2017-09-20 23:28:56 +0200
commitfa3edace6a91fdd03f272993b1a30d762ee1221b (patch)
treecf6a9a442e52e1ae32c2a0f2ceca166a7396b24d /premake5.lua
parenta7671fa2cdf0699508a1ee3dd568a8ef77f189fc (diff)
Fix travis BUILD
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/premake5.lua b/premake5.lua
index 71b4e0043..b8d71b117 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -34,8 +34,8 @@ filter({})
characterset("Unicode")
flags({
- --"ExtraWarnings", -- Sets the compiler's maximum warning level.
- "FatalWarnings", -- Treat warnings as errors.
+ "ExtraWarnings", -- Sets the compiler's maximum warning level.
+ --"FatalWarnings", -- Treat warnings as errors.
})
filter("kind:StaticLib")