X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2Ftest%2Fsmart_ptr.cpp;h=0d3efc9ef952b6754248081c615d466283444450;hb=756c0d29ac1742f231e6615f9a577e574e35a4af;hp=c686859221261175c47898e018f2b4b5c6cd9c0f;hpb=cee5940bae97612105db8b7e1ffcf513f9d9150c;p=synfig.git diff --git a/ETL/trunk/test/smart_ptr.cpp b/ETL/trunk/test/smart_ptr.cpp index c686859..0d3efc9 100644 --- a/ETL/trunk/test/smart_ptr.cpp +++ b/ETL/trunk/test/smart_ptr.cpp @@ -1,7 +1,7 @@ /*! ======================================================================== ** Extended Template and Library Test Suite ** Smart Pointer Template Class Test -** $Id: smart_ptr.cpp,v 1.1.1.1 2005/01/04 01:31:48 darco Exp $ +** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** @@ -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))) { }