Changeset 21868 for branches


Ignore:
Timestamp:
Dec 8, 2011, 9:45:40 PM (14 years ago)
Author:
dmik
Message:

Fix release build.

Location:
branches/gcc-kmk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/include/win/debugtools.h

    r21741 r21868  
    177177#  define MESSAGE WriteLog
    178178#else
     179#ifdef __GNUC__
     180#  define TRACE 1 ? (void) 0 : (void)
     181#  define TRACE_(ch) 1 ? (void) 0 : (void)
     182#  define FIXME  1 ? (void) 0 : (void)
     183#  define FIXME_(ch) 1 ? (void) 0 : (void)
     184#  define WARN 1 ? (void) 0 : (void)
     185#  define WARN_(ch) 1 ? (void) 0 : (void)
     186#  define ERR_(ch) 1 ? (void) 0 : (void)
     187#  define ERR 1 ? (void) 0 : (void)
     188#  define DPRINTF 1 ? (void) 0 : (void)
     189#  define MESSAGE 1 ? (void) 0 : (void)
     190#else
    179191#  define TRACE 1 ? (void)0 : (void)((int (*)(const char *, ...)) NULL)
    180192#  define TRACE_(ch) 1 ? (void)0 : (void)((int (*)(const char *, ...)) NULL)
     
    187199#  define DPRINTF   1 ? (void)0 : (void)((int (*)(const char *, ...)) NULL)
    188200#  define MESSAGE   1 ? (void)0 : (void)((int (*)(const char *, ...)) NULL)
     201#endif
    189202#endif
    190203#undef __GET_DEBUGGING
  • branches/gcc-kmk/src/oleaut32/typelib.c

    r21853 r21868  
    12471247#define  dump_TypeDesc(a,b)
    12481248#define  dump_VARDESC(a)
    1249 #define  debugstr_an(a,b) NULL
    12501249#endif
    12511250
Note: See TracChangeset for help on using the changeset viewer.