]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/spirit/test/lex/regression_static_wide_6253.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / spirit / test / lex / regression_static_wide_6253.cpp
index 7e0bf9743a3997d17eeea3cbdd633bb262305cc6..816fe98cf7ce4667f22ebcdd665d566dc55a6bd3 100644 (file)
@@ -28,7 +28,7 @@ struct my_lexer : boost::spirit::lex::lexer<BaseLexer>
     lex::token_def<lex::unused_type, wchar_t> token;
 };
 
-int main(int argc, char* argv[])
+int main()
 {
     typedef lex::lexertl::token<wchar_t const*> token_type;
     typedef lex::lexertl::lexer<token_type> lexer_type;