Ignore:
Timestamp:
03/08/16 08:05:51 (9 years ago)
Author:
epyon
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/image/miniz.cc

    r486 r487  
    33
    44using namespace nv;
     5
     6#define MINIZ_NO_TIME
     7#define MINIZ_NO_ZLIB_COMPATIBLE_NAMES
     8
     9#define MINIZ_HAS_64BIT_REGISTERS 0
     10#define TINFL_USE_64BIT_BITBUF 0
     11
     12#if NV_COMPILER == NV_CLANG
     13#pragma clang diagnostic ignored "-Wunused-macros"
     14#pragma clang diagnostic ignored "-Wold-style-cast"
     15#pragma clang diagnostic ignored "-Wsign-conversion"
     16#endif
    517
    618#if defined( _M_IX86 ) || defined( _M_X64 ) || defined( __i386__ ) || defined( __i386 ) || defined( __i486__ ) || defined( __i486 ) || defined( i386 ) || defined( __ia64__ ) || defined( __x86_64__ )
Note: See TracChangeset for help on using the changeset viewer.