home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cslio205.zip / INCLUDE / CSWARNOF.H < prev    next >
C/C++ Source or Header  |  1997-01-21  |  800b  |  33 lines

  1. /***********************************************************************
  2.  
  3.                        CSA Library, Free Evaluation Version 2.0.5 
  4.                                        Release: January 22th 1997 
  5.  
  6.         Switch compiler warnings off.
  7.  
  8.                                            Copyright(c) 1994-1997 
  9.                                                           ComBits 
  10.                                                   The Netherlands 
  11. ***********************************************************************/
  12.  
  13. #include "cstypes.h"
  14.  
  15.  
  16. #ifdef _CP_001
  17. #pragma warn -sig
  18. #endif
  19.  
  20. #ifdef _CP_002
  21. #pragma warning(disable : 4051 4135)
  22. #endif
  23.  
  24. #ifdef _CP_004
  25. #pragma warning  389  9
  26. #pragma warning  604  9
  27. #pragma warning  594  9
  28. #pragma warning  391  9
  29.  
  30.  
  31. #endif
  32.  
  33.