Woops, forgot to bump versions for the dependencies on ETL and synfig.
[synfig.git] / ETL / tags / stable / ETL / _mutex_null.h
index 35c1d66..6c0d21e 100644 (file)
@@ -54,7 +54,7 @@ public:
        class lock
        {
        public:
-               lock(mutex_null &x) { }
+               lock(mutex_null &/*x*/) { }
        };
 
        void lock_mutex(){}