epitzer / sparsehash

Automatically exported from code.google.com/p/sparsehash
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

sparcehash/sparcehashtable.h:670 'set' parameter is not used. #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile with -Wall

What is the expected output? What do you see instead?
Before upgrading to the 1.5.1 there was no warning, after I get the following:
/home/traymond/arch/xhost/include/google/sparsehash/sparsehashtable.h:670:
warning: unused parameter 'set'

What version of the product are you using? On what operating system?
sparcehash-1.5.1 on Red Hat

Please provide any additional information below.
C++ compiler version: g++ (GCC) 3.4.6 20060404

Original issue reported on code.google.com by tenox2...@gmail.com on 12 May 2009 at 8:54

GoogleCodeExporter commented 8 years ago
This is indeed a bug.  I'll put out a new release...

Original comment by csilv...@gmail.com on 12 May 2009 at 8:57

GoogleCodeExporter commented 8 years ago
Thanks a lot!

Original comment by tenox2...@gmail.com on 12 May 2009 at 9:44

GoogleCodeExporter commented 8 years ago
OK, fixed in sparsehash 1.5.2, just released.

Original comment by csilv...@gmail.com on 12 May 2009 at 10:26