forked from boostorg/predef
Remove unused main args as they will cause warnings for some setups (and
possibly errors).
This commit is contained in:
@ -6,7 +6,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
*/
|
||||
#include <boost/predef/detail/test_def.h>
|
||||
|
||||
int main(int argc, const char ** argv)
|
||||
int main()
|
||||
{
|
||||
unsigned x = 0;
|
||||
create_predef_entries();
|
||||
|
Reference in New Issue
Block a user