Skip to content

Commit 950e368

Browse files
committed
Fix Warning caught with Werror in CI
1 parent 1175280 commit 950e368

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/expected.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// examples/expected.cpp -*-C++-*-
22
#include <beman/expected/expected.hpp>
33

4-
int main(int argc, char** argv) { return 0; }
4+
int main(int /*argc*/, char** /*argv*/) { return 0; }

0 commit comments

Comments
 (0)