X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2Ftest%2Fsmart_ptr.cpp;h=e0fc8bac8b7eb68bfdd260a94ab9ba4cb81ff4d0;hb=48079f9badc89c74bbf0cb1abf6fb50d2936a67b;hp=287ada5ee4bf43578e191631e928493bc6bd36a0;hpb=b3016b249333ac0ab0008d8c6c4d9029b2ff30c9;p=synfig.git diff --git a/ETL/trunk/test/smart_ptr.cpp b/ETL/trunk/test/smart_ptr.cpp index 287ada5..e0fc8ba 100644 --- a/ETL/trunk/test/smart_ptr.cpp +++ b/ETL/trunk/test/smart_ptr.cpp @@ -86,8 +86,8 @@ typedef list< other_obj_smart_ptr > other_obj_list; int smart_ptr_basic_test(void) { - printf("smart_ptr: Size of a smart_ptr: %d\n",sizeof(obj_smart_ptr)); - printf("smart_ptr: Size of a reference_counter: %d\n",sizeof(etl::reference_counter)); + printf("smart_ptr: Size of a smart_ptr: %u\n",(unsigned int)sizeof(obj_smart_ptr)); + printf("smart_ptr: Size of a reference_counter: %u\n",(unsigned int)sizeof(etl::reference_counter)); printf("smart_ptr: Basic test: ");