mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
#pragma to turn off useless MSVC warning C4800
This commit is contained in:
@@ -32,6 +32,11 @@
|
|||||||
#include "FLAC++/decoder.h"
|
#include "FLAC++/decoder.h"
|
||||||
#include "FLAC/assert.h"
|
#include "FLAC/assert.h"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
// warning C4800: 'int' : forcing to bool 'true' or 'false' (performance warning)
|
||||||
|
#pragma warning ( disable : 4800 )
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace FLAC {
|
namespace FLAC {
|
||||||
namespace Decoder {
|
namespace Decoder {
|
||||||
|
|
||||||
|
|||||||
@@ -32,6 +32,11 @@
|
|||||||
#include "FLAC++/encoder.h"
|
#include "FLAC++/encoder.h"
|
||||||
#include "FLAC/assert.h"
|
#include "FLAC/assert.h"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
// warning C4800: 'int' : forcing to bool 'true' or 'false' (performance warning)
|
||||||
|
#pragma warning ( disable : 4800 )
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace FLAC {
|
namespace FLAC {
|
||||||
namespace Encoder {
|
namespace Encoder {
|
||||||
|
|
||||||
|
|||||||
@@ -32,6 +32,11 @@
|
|||||||
#include "FLAC++/decoder.h"
|
#include "FLAC++/decoder.h"
|
||||||
#include "FLAC/assert.h"
|
#include "FLAC/assert.h"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
// warning C4800: 'int' : forcing to bool 'true' or 'false' (performance warning)
|
||||||
|
#pragma warning ( disable : 4800 )
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace FLAC {
|
namespace FLAC {
|
||||||
namespace Decoder {
|
namespace Decoder {
|
||||||
|
|
||||||
|
|||||||
@@ -32,6 +32,11 @@
|
|||||||
#include "FLAC++/encoder.h"
|
#include "FLAC++/encoder.h"
|
||||||
#include "FLAC/assert.h"
|
#include "FLAC/assert.h"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
// warning C4800: 'int' : forcing to bool 'true' or 'false' (performance warning)
|
||||||
|
#pragma warning ( disable : 4800 )
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace FLAC {
|
namespace FLAC {
|
||||||
namespace Encoder {
|
namespace Encoder {
|
||||||
|
|
||||||
|
|||||||
@@ -32,6 +32,11 @@
|
|||||||
#include "FLAC++/decoder.h"
|
#include "FLAC++/decoder.h"
|
||||||
#include "FLAC/assert.h"
|
#include "FLAC/assert.h"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
// warning C4800: 'int' : forcing to bool 'true' or 'false' (performance warning)
|
||||||
|
#pragma warning ( disable : 4800 )
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace FLAC {
|
namespace FLAC {
|
||||||
namespace Decoder {
|
namespace Decoder {
|
||||||
|
|
||||||
|
|||||||
@@ -32,6 +32,11 @@
|
|||||||
#include "FLAC++/encoder.h"
|
#include "FLAC++/encoder.h"
|
||||||
#include "FLAC/assert.h"
|
#include "FLAC/assert.h"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
// warning C4800: 'int' : forcing to bool 'true' or 'false' (performance warning)
|
||||||
|
#pragma warning ( disable : 4800 )
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace FLAC {
|
namespace FLAC {
|
||||||
namespace Encoder {
|
namespace Encoder {
|
||||||
|
|
||||||
|
|||||||
@@ -32,6 +32,11 @@
|
|||||||
#include "OggFLAC++/decoder.h"
|
#include "OggFLAC++/decoder.h"
|
||||||
#include "FLAC/assert.h"
|
#include "FLAC/assert.h"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
// warning C4800: 'int' : forcing to bool 'true' or 'false' (performance warning)
|
||||||
|
#pragma warning ( disable : 4800 )
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace OggFLAC {
|
namespace OggFLAC {
|
||||||
namespace Decoder {
|
namespace Decoder {
|
||||||
|
|
||||||
|
|||||||
@@ -32,6 +32,11 @@
|
|||||||
#include "OggFLAC++/encoder.h"
|
#include "OggFLAC++/encoder.h"
|
||||||
#include "FLAC/assert.h"
|
#include "FLAC/assert.h"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
// warning C4800: 'int' : forcing to bool 'true' or 'false' (performance warning)
|
||||||
|
#pragma warning ( disable : 4800 )
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace OggFLAC {
|
namespace OggFLAC {
|
||||||
namespace Encoder {
|
namespace Encoder {
|
||||||
|
|
||||||
|
|||||||
@@ -32,6 +32,11 @@
|
|||||||
#include "OggFLAC++/decoder.h"
|
#include "OggFLAC++/decoder.h"
|
||||||
#include "FLAC/assert.h"
|
#include "FLAC/assert.h"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
// warning C4800: 'int' : forcing to bool 'true' or 'false' (performance warning)
|
||||||
|
#pragma warning ( disable : 4800 )
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace OggFLAC {
|
namespace OggFLAC {
|
||||||
namespace Decoder {
|
namespace Decoder {
|
||||||
|
|
||||||
|
|||||||
@@ -32,6 +32,11 @@
|
|||||||
#include "OggFLAC++/encoder.h"
|
#include "OggFLAC++/encoder.h"
|
||||||
#include "FLAC/assert.h"
|
#include "FLAC/assert.h"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
// warning C4800: 'int' : forcing to bool 'true' or 'false' (performance warning)
|
||||||
|
#pragma warning ( disable : 4800 )
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace OggFLAC {
|
namespace OggFLAC {
|
||||||
namespace Encoder {
|
namespace Encoder {
|
||||||
|
|
||||||
|
|||||||
@@ -32,6 +32,11 @@
|
|||||||
#include "OggFLAC++/decoder.h"
|
#include "OggFLAC++/decoder.h"
|
||||||
#include "FLAC/assert.h"
|
#include "FLAC/assert.h"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
// warning C4800: 'int' : forcing to bool 'true' or 'false' (performance warning)
|
||||||
|
#pragma warning ( disable : 4800 )
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace OggFLAC {
|
namespace OggFLAC {
|
||||||
namespace Decoder {
|
namespace Decoder {
|
||||||
|
|
||||||
|
|||||||
@@ -32,6 +32,11 @@
|
|||||||
#include "OggFLAC++/encoder.h"
|
#include "OggFLAC++/encoder.h"
|
||||||
#include "FLAC/assert.h"
|
#include "FLAC/assert.h"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
// warning C4800: 'int' : forcing to bool 'true' or 'false' (performance warning)
|
||||||
|
#pragma warning ( disable : 4800 )
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace OggFLAC {
|
namespace OggFLAC {
|
||||||
namespace Encoder {
|
namespace Encoder {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user