Unable to disable compiler warning

  • Thread starter Thread starter Dev10110110
  • Start date Start date
D

Dev10110110

Guest
I have been unable to suppress warning C4102 unreferenced label. This is happening while compiling from the IDE or from msbuild. Anyone knows how to do this? Thanks.

#pragma warning(push)
#pragma warning(disable: 4102)
END:
#pragma warning(pop)

Continue reading...
 
Back
Top