X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2F_mutex_null.h;h=6c0d21e05594a8486fe26168c6fab2f26cd357fc;hb=63e709f66d50c124cc0ece2325f4773ac4ae7b20;hp=177936a1e58433bd7a06946ced4163097ddba15e;hpb=cee5940bae97612105db8b7e1ffcf513f9d9150c;p=synfig.git diff --git a/ETL/trunk/ETL/_mutex_null.h b/ETL/trunk/ETL/_mutex_null.h index 177936a..6c0d21e 100644 --- a/ETL/trunk/ETL/_mutex_null.h +++ b/ETL/trunk/ETL/_mutex_null.h @@ -1,7 +1,7 @@ /*! ======================================================================== ** Extended Template and Library ** NULL Mutex Abstraction Class Implementation -** $Id: _mutex_null.h,v 1.1.1.1 2005/01/04 01:31:48 darco Exp $ +** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** @@ -54,7 +54,7 @@ public: class lock { public: - lock(mutex_null &x) { } + lock(mutex_null &/*x*/) { } }; void lock_mutex(){}