* src/pic/gen.c: removed unused prototypes, prevent internal errors
[fw/sdcc] / sdcc_vc_in.h
index 01f454ac50ebf52b1bf95aa3b6bb5c7f40c416e8..40dbc0818deb7d8955f3491b7e9a9655d6c048e5 100644 (file)
 #undef OPT_DISABLE_PIC
 #undef OPT_DISABLE_XA51
 
-#ifndef _DEBUG
-/*disable warning C4018: signed/unsigned mismatch*/
-#pragma warning( disable : 4018 )
-/*disable warning C4761: integral: size mismatch in argument; conversion supplied*/
-#pragma warning( disable : 4761 )
-/*disable warning C4146: unary minus operator applied to unsigned type, result still unsigned*/
-#pragma warning( disable : 4146 )
-/*disable warning C4244: 'initializing' : conversion from 'double ' to 'char ', possible loss of data*/
-#pragma warning( disable : 4244 )
-#endif
-
 #endif  /* SDCC_VC_HEADER */
 
 /* End of sdcc_vc.h */