mirror of
https://github.com/boostorg/predef.git
synced 2025-07-31 04:07:13 +02:00
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>
|
#include <boost/predef/detail/test_def.h>
|
||||||
|
|
||||||
int main(int argc, const char ** argv)
|
int main()
|
||||||
{
|
{
|
||||||
unsigned x = 0;
|
unsigned x = 0;
|
||||||
create_predef_entries();
|
create_predef_entries();
|
||||||
|
Reference in New Issue
Block a user