mirror of
https://github.com/boostorg/iterator.git
synced 2025-11-02 17:31:39 +01:00
Silenced gcc warnings about unused parameters.
This commit is contained in:
@@ -40,7 +40,7 @@ struct counter {
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main(int argc, char * argv[])
|
||||
int main()
|
||||
{
|
||||
// test the iterator with function objects
|
||||
ones ones_generator;
|
||||
@@ -116,4 +116,3 @@ int main(int argc, char * argv[])
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user