forked from boostorg/predef
Remove main args to avoid unused arg warnings (and possibly forced
errors).
This commit is contained in:
@ -19,7 +19,7 @@ http://www.boost.org/LICENSE_1_0.txt)
|
||||
#define CHECK_VALUE "undefined"
|
||||
#endif
|
||||
|
||||
int main(int argc, const char ** argv)
|
||||
int main()
|
||||
{
|
||||
std::cout << "CHECK_VALUE == " << CHECK_VALUE << "\n" ;
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user