X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2F_mutex_null.h;h=6c0d21e05594a8486fe26168c6fab2f26cd357fc;hb=c3ad95144d148602f672e95ddda1f18fc35502f8;hp=35c1d660a9785761ddc31b15d68287dd3545fba4;hpb=c25902b514d64fd65c96ed56171bcd205d19d699;p=synfig.git diff --git a/ETL/trunk/ETL/_mutex_null.h b/ETL/trunk/ETL/_mutex_null.h index 35c1d66..6c0d21e 100644 --- a/ETL/trunk/ETL/_mutex_null.h +++ b/ETL/trunk/ETL/_mutex_null.h @@ -54,7 +54,7 @@ public: class lock { public: - lock(mutex_null &x) { } + lock(mutex_null &/*x*/) { } }; void lock_mutex(){}