Changeset 8873

Show
Ignore:
Timestamp:
06/08/11 19:19:43 (2 years ago)
Author:
mtmoore
Message:

compiler warning cleanup

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/Orange-Branch/test/io/bmi/pingpong.c

    r8871 r8873  
    605605                                fprintf(stderr, "CRC Mismatch! " 
    606606                                        "Sent %llu but received %llu\n", 
    607                                         llu(crc), llu(rcrc)); 
     607                                        (long long unsigned int)crc,  
     608                                        (long long unsigned int)rcrc); 
    608609                            } 
    609610                        }