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