Fix bugs in previous commit that caused FTBFS in synfig and ETL FTBFS with older...
[synfig.git] / synfig-core / tags / stable / src / synfig / guid.h
index d9a4008..c822628 100644 (file)
@@ -60,7 +60,7 @@ public:
                { make_unique(); }
        GUID(const GUID& x):data(x.data)
                { }
-       GUID(const int i){assert(!i); data.u_64.a=0;data.u_64.b=0;}
+       GUID(const int i __attribute__ ((unused))){assert(!i); data.u_64.a=0;data.u_64.b=0;}
 
        GUID(const String& str);