X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftags%2Fstable%2Ftest%2Fsmart_ptr.cpp;h=0d3efc9ef952b6754248081c615d466283444450;hb=5341f6b31c84503582f48aac574cfea6c49cfcb2;hp=38cbd2f40b7a258c0ea638b306627a79031491c2;hpb=613289c772b22989f9f990cf06414d3818b3badd;p=synfig.git diff --git a/ETL/tags/stable/test/smart_ptr.cpp b/ETL/tags/stable/test/smart_ptr.cpp index 38cbd2f..0d3efc9 100644 --- a/ETL/tags/stable/test/smart_ptr.cpp +++ b/ETL/tags/stable/test/smart_ptr.cpp @@ -247,7 +247,7 @@ int smart_ptr_inheritance_test(void) return 0; } -void test_func(etl::smart_ptr smart_ptr) +void test_func(etl::smart_ptr smart_ptr __attribute__ ((unused))) { }