More unused parameters - in ETL this time.
[synfig.git] / ETL / trunk / test / smart_ptr.cpp
index 38cbd2f..0d3efc9 100644 (file)
@@ -247,7 +247,7 @@ int smart_ptr_inheritance_test(void)
        return 0;
 }
 
-void test_func(etl::smart_ptr<my_test_obj> smart_ptr)
+void test_func(etl::smart_ptr<my_test_obj> smart_ptr __attribute__ ((unused)))
 {
 }