X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2FETL%2F_random.h;h=c358dfca09f66b41b21fbd1564faafbe39c187a9;hb=c06ce2ffcc269d66d5fa1907456498d861e62b51;hp=c65b93a93049801ab51d98f4bfec2197f20ca6eb;hpb=cee5940bae97612105db8b7e1ffcf513f9d9150c;p=synfig.git diff --git a/ETL/trunk/ETL/_random.h b/ETL/trunk/ETL/_random.h index c65b93a..c358dfc 100644 --- a/ETL/trunk/ETL/_random.h +++ b/ETL/trunk/ETL/_random.h @@ -1,7 +1,7 @@ /*! ======================================================================== ** Extended Template and Library ** Random Number Generator Class Implementation -** $Id: _random.h,v 1.1.1.1 2005/01/04 01:31:48 darco Exp $ +** $Id$ ** ** Copyright (c) 2002 Robert B. Quattlebaum Jr. ** @@ -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)