diff options
Diffstat (limited to 'src/pearsonhash.cpp')
-rw-r--r-- | src/pearsonhash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pearsonhash.cpp b/src/pearsonhash.cpp index d068687..d753d20 100644 --- a/src/pearsonhash.cpp +++ b/src/pearsonhash.cpp | |||
@@ -42,7 +42,7 @@ void Bu::PearsonHash::reset() | |||
42 | iValue = 0; | 42 | iValue = 0; |
43 | } | 43 | } |
44 | 44 | ||
45 | void Bu::PearsonHash::setSalt( const Bu::String &sSalt ) | 45 | void Bu::PearsonHash::setSalt( const Bu::String & /*sSalt*/ ) |
46 | { | 46 | { |
47 | } | 47 | } |
48 | 48 | ||