X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftags%2Fstable%2FETL%2F_random.h;h=c358dfca09f66b41b21fbd1564faafbe39c187a9;hb=2431de3e401e81fb920d57b4c278bd2b156c277e;hp=73efa08c04ad803e60b2b70d27628d84559e88c9;hpb=26d279453f9f77f36658584e5d2b3dbbdf56b761;p=synfig.git diff --git a/ETL/tags/stable/ETL/_random.h b/ETL/tags/stable/ETL/_random.h index 73efa08..c358dfc 100644 --- a/ETL/tags/stable/ETL/_random.h +++ b/ETL/tags/stable/ETL/_random.h @@ -98,7 +98,7 @@ public: mod=offset=0; } - void seed(const seed_type &x) + void seed(const seed_type &x __attribute__ ((unused))) { pool_index=0; } void set_range(const value_type &floor,const value_type &ceil)