Fix pragma warning.

Patch-from: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
Erik de Castro Lopo
2014-03-14 15:15:48 +11:00
parent 7cbecbae9f
commit f5902a474c
2 changed files with 6 additions and 2 deletions

View File

@@ -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