[flac-dev] PATCH: fix pragma warning
lvqcl
lvqcl.mail at gmail.com
Sun Mar 9 13:54:02 PDT 2014
Changes invalid (and commented)
#pragma warning ( enable : 4800 )
with correct
#pragma warning ( default : 4800 )
Also adds
#pragma warning ( disable : 4800 )
to src/test_libFLAC++/encoders.cpp (analogous to src/test_libFLAC++/decoders.cpp)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: warning4800.patch
Type: application/octet-stream
Size: 1079 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20140310/21c0f5d6/attachment.obj
More information about the flac-dev
mailing list