[AD] TRACE()

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Hi

Said macro is defined as follows:

  #define TRACE 1 ? (void)0 : printf

Apparently, the Intel C++ compiler reports a warning with this. I propose the following change:

  #define TRACE 1 ? (void)0 : (void)printf

Ben

_________________________________________________________________
MSN 8 with e-mail virus protection service: 3 months FREE*. http://join.msn.com/?page=features/virus&xAPID=42&PS=47575&PI=7324&DI=7474&SU= http://www.hotmail.msn.com/cgi-bin/getmsg&HL=1216hotmailtaglines_eliminateviruses_3mf



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/