mirror of
https://github.com/boostorg/predef.git
synced 2025-07-29 11:37:13 +02:00
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"
|
#define CHECK_VALUE "undefined"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int main(int argc, const char ** argv)
|
int main()
|
||||||
{
|
{
|
||||||
std::cout << "CHECK_VALUE == " << CHECK_VALUE << "\n" ;
|
std::cout << "CHECK_VALUE == " << CHECK_VALUE << "\n" ;
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user