Hi, I am trying to remove the warnings generated in a module while building on GCC. I believe the '#pragma warnings ' is not supported in gcc as of now and this can be removed only using #def for windows builds. 1: Is there any other ways to make GCC accept these messages without throwing a warning? 2: If there any specific way of identifying any windows compiler in GCC by using standard definitions? Regards, Satish Somasundaram