How to turn off a warning in a file

Gabriel Dos Reis gdr@cs.tamu.edu
Tue Jun 13 11:33:00 GMT 2006


robbie.doggie@gmx.net writes:

| Hi,
| 
| I'm compiling with compiler option -Wall, which is fine for all my
| files. But I'm also including third party headers which return
| billions of " `class xy' has virtual functions but non-virtual
| destructor" warnings. 

very annoying warning, isn't it?

| Is it possible to turn off this warning for these files?

Append -Wno-virtual-dtor.

-- Gaby



More information about the Gcc-help mailing list