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

  1. /***********************************************************************
  2.  
  3.                        CSA Library, Free Evaluation Version 2.0.5 
  4.                                        Release: January 22th 1997 
  5.  
  6.         Switch compiler warnings on.
  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(default : 4051 4135)
  22. #endif
  23.  
  24.  
  25. #ifdef _CP_004
  26. #pragma warning  389  2
  27. #endif
  28.  
  29.  
  30.