more of bug #1676243 - compiler warnings on Linux

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5066 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-04-13 10:29:24 +00:00
parent 85c529d0f0
commit bebb041789
4 changed files with 1 additions and 4 deletions

View file

@ -83,7 +83,6 @@ env.Append(CPPDEFINES = ['_WIN32_IE=0x0500'])
lzma_env = env.Clone()
lzma_env.Append(CPPDEFINES = ['COMPRESS_MF_BT'])
lzma_env.Append(CCFLAGS = ['$IGNORE_VDTOR_WARN'])
lzma_files = lzma_env.Object(lzma_files)
##### Compile makensis