X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftags%2Fstable%2FETL%2F_random.h;h=c358dfca09f66b41b21fbd1564faafbe39c187a9;hb=5341f6b31c84503582f48aac574cfea6c49cfcb2;hp=73efa08c04ad803e60b2b70d27628d84559e88c9;hpb=613289c772b22989f9f990cf06414d3818b3badd;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)