Ignore:
Timestamp:
01/05/10 00:43:22 (2 years ago)
Author:
niam
Branch:
default
Message:

fix compilation errors and warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/examples/io_network_ssl_server/test.cc

    r1406 r1421  
    1919void 
    2020hook(xexec::__collected_data__ *odata, 
    21      short                     type, 
    22      short                     operation, 
    23      void                      *udata) 
     21     short                     type UNUSED, 
     22     short                     operation UNUSED, 
     23     void                      *udata UNUSED) 
    2424{ 
    2525    io::channel::__collected_data__ *st = (io::channel::__collected_data__ *)odata; 
Note: See TracChangeset for help on using the changeset viewer.