Ignore:
Timestamp:
Jul 23, 2006 2:38:49 PM (18 years ago)
Author:
bennylp
Message:

Added 64bit Linux target (x86_64), also fixed compilation warnings when compiling for this target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/test-pjsip/uri_test.c

    r613 r624  
    956956                          "(tested with %d URI set, with average length of " 
    957957                          "%d chars)", 
    958                           PJ_ARRAY_SIZE(uri_test_array), avg_len); 
     958                          (int)PJ_ARRAY_SIZE(uri_test_array), avg_len); 
    959959 
    960960    report_ival("uri-parse-per-sec", max, "URI/sec", desc); 
     
    976976                          "(tested with %d URI set, with average length of " 
    977977                          "%d chars)", 
    978                           PJ_ARRAY_SIZE(uri_test_array), avg_len); 
     978                          (int)PJ_ARRAY_SIZE(uri_test_array), avg_len); 
    979979 
    980980    report_ival("uri-print-per-sec", max, "URI/sec", desc); 
     
    990990                          "(tested with %d URI set, with average length of " 
    991991                          "%d chars)", 
    992                           PJ_ARRAY_SIZE(uri_test_array), avg_len); 
     992                          (int)PJ_ARRAY_SIZE(uri_test_array), avg_len); 
    993993 
    994994    report_ival("uri-cmp-per-sec", max, "URI/sec", desc); 
Note: See TracChangeset for help on using the changeset viewer.