summaryrefslogtreecommitdiff
path: root/include/FLAC++
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2014-03-14 15:15:48 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2014-03-14 15:33:11 +1100
commitf5902a474cff232d28823060c5545e5c7ed18ded (patch)
tree9c7cb634d845afc25f249015bce670580dd0d2dc /include/FLAC++
parent7cbecbae9f70be770f7651d09531fec0de6f9cf5 (diff)
downloadflac-f5902a474cff232d28823060c5545e5c7ed18ded.tar.gz
Fix pragma warning.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
Diffstat (limited to 'include/FLAC++')
-rw-r--r--include/FLAC++/metadata.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/FLAC++/metadata.h b/include/FLAC++/metadata.h
index afa157e5..4031eb69 100644
--- a/include/FLAC++/metadata.h
+++ b/include/FLAC++/metadata.h
@@ -241,8 +241,7 @@ namespace FLAC {
{ return (bool)::FLAC__metadata_object_is_equal(object_, object); }
#ifdef _MSC_VER
-// @@@ how to re-enable? the following doesn't work
-// #pragma warning ( enable : 4800 )
+#pragma warning ( default : 4800 )
#endif
inline bool Prototype::operator!=(const Prototype &object) const