Exclude compiler warnings from individual files?

  • Thread starter Thread starter Martin Hart - Memory Soft, S.L.
  • Start date Start date
M

Martin Hart - Memory Soft, S.L.

Hi all:

Is there a way to define, on a file-by-file basis, that particular files
should exclude certain compiler warnings?

I know I can do this at the project level, but I want to exclude the 'No XML
commentary' warning from certain files in a project, but have the warnings
active for other files. Under Borland's IDE I could define '#pragma
warn -1234' to disable a warning and '#pragma warn +1234' to enable it, so
I'm looking for something similar :-)

TIA,
Martin.
 
I know what you mean, XML comment warning is a real pain when using Typed
datasets, but I don't belive its possible in the current versions, lets hope
2005 fixes this.

Chris
 
Back
Top