summaryrefslogtreecommitdiff
path: root/msvc
diff options
context:
space:
mode:
authorJames Haley2010-09-18 07:54:00 +0000
committerJames Haley2010-09-18 07:54:00 +0000
commitbf215f516ed4742fd19b920d8a5d3f6738375168 (patch)
tree63514b2a3fa1266f3a68169495ae6cc1b4e630c3 /msvc
parent496bd0cfca29fdcb7b6de72fac85d6d6fa62e2af (diff)
downloadchocolate-doom-bf215f516ed4742fd19b920d8a5d3f6738375168.tar.gz
chocolate-doom-bf215f516ed4742fd19b920d8a5d3f6738375168.tar.bz2
chocolate-doom-bf215f516ed4742fd19b920d8a5d3f6738375168.zip
Upped warning level and started fixing warnings - can't believe some
genius had them completely disabled... Also, a bug fix to EV_ClearForceFields so that it continues running on all tagged sectors even if sec->linecount is 0, and so that it returns a value. Made dialogtext and M_WriteText's 3rd parameter const for safety. Subversion-branch: /branches/strife-branch Subversion-revision: 2108
Diffstat (limited to 'msvc')
-rw-r--r--msvc/strife.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/strife.vcproj b/msvc/strife.vcproj
index 63778125..51676a8b 100644
--- a/msvc/strife.vcproj
+++ b/msvc/strife.vcproj
@@ -51,7 +51,7 @@
UsePrecompiledHeader="0"
ExpandAttributedSource="true"
AssemblerOutput="2"
- WarningLevel="0"
+ WarningLevel="2"
DebugInformationFormat="4"
CompileAs="1"
/>