Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2011-08-02 01:01:58 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2011-08-02 01:01:58 +0400
commitb3f4305ef76e9c25c74a78c150acf6a4ce4c2732 (patch)
tree9eafabc80f337564b5bce6bae7fd5bcc940d0044 /src/Subtitles
parent93acf92c7fe92848abed6838947961b22dba1ccc (diff)
enable C4101 warnings, fix all of them in our code and disable a few warnings in thirdparty code
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@3534 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/Subtitles')
-rw-r--r--src/Subtitles/libssf/File.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Subtitles/libssf/File.cpp b/src/Subtitles/libssf/File.cpp
index b0305ed3b..176ec16d6 100644
--- a/src/Subtitles/libssf/File.cpp
+++ b/src/Subtitles/libssf/File.cpp
@@ -26,6 +26,8 @@
#define iswcsym(c) (iswalnum(c) || (c) == '_')
#endif
+#pragma warning(disable:4101)
+
namespace ssf
{
File::File()