To avoid warnings we can write a macro
#pragma warning (disable: 6011)
in the source file.
The code to treat warning as error is,
#pragma warning (error: 6260)
This is for a particular source file. Now i have to find it for the a project containing many source files.
2 comments:
hey nice info.....
btw u working on c++ at amdocs or is it just an amateur practice?
Post a Comment