Hi!

----

1. Does anyone know the gcc switch to turn off warnings for redefined
CPP symbols, e.g. things like:
-- snip --
src/lib/libmonster/monster_map.h:104:1: "strrcat" redefined
../common/core/strrcat.c:27:1: this is the location of the previous
definition
-- snip --

2. What is the gcc flag to turn warnings for "cast to pointer from
integer of different size" off ?
Example:
-- snip --
common/gridalloc/vmdebug.c 
../common/gridalloc/griddebug.c: In function `dbwarn':
../common/gridalloc/griddebug.c:162: warning: cast to pointer from
integer of different size
-- snip --

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) [EMAIL PROTECTED]
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 7950090
 (;O/ \/ \O;)
_______________________________________________
tools-discuss mailing list
tools-discuss@opensolaris.org

Reply via email to