Changeset 4872

Show
Ignore:
Timestamp:
06/30/09 15:50:03 (5 months ago)
Author:
rross
Message:

Got rid of incorrect "unused" attributes on input variables that are used.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mpich2/trunk/src/mpid/common/datatype/dataloop/segment_ops.c

    r4707 r4872  
    789789                                            DLOOP_Type el_type, 
    790790                                            DLOOP_Offset rel_off, 
    791                                             void *bufp ATTRIBUTE((unused)), 
     791                                            void *bufp, 
    792792                                            void *v_paramp) 
    793793{ 
     
    882882                                           DLOOP_Type el_type, 
    883883                                           DLOOP_Offset rel_off, 
    884                                            void *bufp ATTRIBUTE((unused)), 
     884                                           void *bufp, 
    885885                                           void *v_paramp) 
    886886{