wrowe       01/09/24 14:34:09

  Modified:    include  apr.hw
  Log:
    Thanks Mr. GStein for pointing out the error of my ways.
    Document a disabled warning.
  
  Revision  Changes    Path
  1.79      +1 -1      apr/include/apr.hw
  
  Index: apr.hw
  ===================================================================
  RCS file: /home/cvs/apr/include/apr.hw,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- apr.hw    2001/09/24 20:46:47     1.78
  +++ apr.hw    2001/09/24 21:34:09     1.79
  @@ -136,7 +136,7 @@
    *   C4127: conditional expression is constant
    *   C4201: nonstandard extension nameless struct/unions
    *   C4244: int to char/short - precision loss
  - * 
  + *   C4514: unreferenced inline function removed
    */
   #pragma warning(disable: 4100 4127 4201 4514; once: 4057 4075 4244)
   
  
  
  

Reply via email to