Show
Ignore:
Timestamp:
06/30/09 14:41:53 (5 months ago)
Author:
buntinas
Message:

stomped some warnings

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mpich2/trunk/src/mpid/ch3/channels/nemesis/nemesis/netmod/tcp/tcp_finalize.c

    r4415 r4865  
    1111#undef FCNAME 
    1212#define FCNAME MPIDI_QUOTE(FUNCNAME) 
    13 int MPID_nem_tcp_finalize() 
     13int MPID_nem_tcp_finalize(void) 
    1414{ 
    1515    int mpi_errno = MPI_SUCCESS; 
     
    4141#undef FCNAME 
    4242#define FCNAME MPIDI_QUOTE(FUNCNAME) 
    43 int MPID_nem_tcp_ckpt_shutdown() 
     43int MPID_nem_tcp_ckpt_shutdown(void) 
    4444{ 
    4545    return MPID_nem_tcp_finalize();