Remove .gitignore do nothing is ignored.
[synfig.git] / ETL / trunk / ETL / _random.h
index c65b93a..c358dfc 100644 (file)
@@ -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)