Show
Ignore:
Timestamp:
06/24/08 17:49:39 (7 months ago)
Author:
hans
Message:

Switch off deprecation warnings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/thirdparty/cxml/xml/sax-handler.lisp

    r3314 r3316  
    293293                (:method ((handler t) ,@args) 
    294294                  (declare (ignore ,@args)) 
    295                   (warn "deprecated SAX default method used by handler ~A ~ 
     295                  #+(or) 
     296                  (warn "deprecated SAX default method used by handler ~A ~ 
    296297                         that is not a subclass of SAX:ABSTRACT-HANDLER ~ 
    297298                         or HAX:ABSTRACT-HANDLER" handler) 
     
    422423  (:method ((handler t) sax-parser) 
    423424    (declare (ignore sax-parser)) 
     425    #+(or) 
    424426    (warn "deprecated sax default method used by handler ~A ~ 
    425427                          that is not a subclass of sax:abstract-handler ~