Skip to content

Commit 319918e

Browse files
committed
Comment out pragma messages about platform and compiler in OPCODE
1 parent cd0799e commit 319918e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Externals/OPCODE/OPC_Preprocessor.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#ifndef __ICEPREPROCESSOR_H__
1313
#define __ICEPREPROCESSOR_H__
1414

15+
/*
1516
// Check platform
1617
#if defined(_WIN32) || defined(WIN32)
1718
#pragma message("Compiling on Windows...")
@@ -33,6 +34,7 @@
3334
#else
3435
#pragma message("Compiling with unknown compiler...")
3536
#endif
37+
*/
3638

3739
// Check compiler options
3840
#ifdef COMPILER_VISUAL_CPP

0 commit comments

Comments
 (0)