< prev index next >

src/hotspot/share/utilities/compilerWarnings.hpp

Print this page




  45 #endif
  46 
  47 #ifndef PRAGMA_DISABLE_MSVC_WARNING
  48 #define PRAGMA_DISABLE_MSVC_WARNING(num)
  49 #endif
  50 
  51 #ifndef ATTRIBUTE_PRINTF
  52 #define ATTRIBUTE_PRINTF(fmt, vargs)
  53 #endif
  54 #ifndef ATTRIBUTE_SCANF
  55 #define ATTRIBUTE_SCANF(fmt, vargs)
  56 #endif
  57 
  58 #ifndef PRAGMA_FORMAT_NONLITERAL_IGNORED
  59 #define PRAGMA_FORMAT_NONLITERAL_IGNORED
  60 #endif
  61 #ifndef PRAGMA_FORMAT_IGNORED
  62 #define PRAGMA_FORMAT_IGNORED
  63 #endif
  64 




  65 #endif // SHARE_UTILITIES_COMPILERWARNINGS_HPP


  45 #endif
  46 
  47 #ifndef PRAGMA_DISABLE_MSVC_WARNING
  48 #define PRAGMA_DISABLE_MSVC_WARNING(num)
  49 #endif
  50 
  51 #ifndef ATTRIBUTE_PRINTF
  52 #define ATTRIBUTE_PRINTF(fmt, vargs)
  53 #endif
  54 #ifndef ATTRIBUTE_SCANF
  55 #define ATTRIBUTE_SCANF(fmt, vargs)
  56 #endif
  57 
  58 #ifndef PRAGMA_FORMAT_NONLITERAL_IGNORED
  59 #define PRAGMA_FORMAT_NONLITERAL_IGNORED
  60 #endif
  61 #ifndef PRAGMA_FORMAT_IGNORED
  62 #define PRAGMA_FORMAT_IGNORED
  63 #endif
  64 
  65 #ifndef PRAGMA_STRINGOP_TRUNCATION_IGNORED
  66 #define PRAGMA_STRINGOP_TRUNCATION_IGNORED
  67 #endif
  68 
  69 #endif // SHARE_UTILITIES_COMPILERWARNINGS_HPP
< prev index next >