X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2F_random.h;h=c358dfca09f66b41b21fbd1564faafbe39c187a9;hb=c06ce2ffcc269d66d5fa1907456498d861e62b51;hp=73efa08c04ad803e60b2b70d27628d84559e88c9;hpb=ee1f3282996b981db5c3107c87afd58b082bce44;p=synfig.git diff --git a/ETL/trunk/ETL/_random.h b/ETL/trunk/ETL/_random.h index 73efa08..c358dfc 100644 --- a/ETL/trunk/ETL/_random.h +++ b/ETL/trunk/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)