disable warnings in contrib libs.
This commit is contained in:
parent
95d840b4f0
commit
13d9866ce9
@ -3,6 +3,7 @@ project "zip-lib"
|
||||
kind "StaticLib"
|
||||
includedirs "include"
|
||||
defines { "N_FSEEKO" }
|
||||
warnings "off"
|
||||
|
||||
files
|
||||
{
|
||||
|
@ -2,6 +2,7 @@ project "zlib-lib"
|
||||
language "C"
|
||||
kind "StaticLib"
|
||||
defines { "N_FSEEKO" }
|
||||
warnings "off"
|
||||
|
||||
files
|
||||
{
|
||||
|
Reference in New Issue
Block a user