void cast of argc and argv
stop the compiler from complaining about unused variables
int main(int argc, char **argv){ (void)argc; /* we don't use any arguments in this example */ (void)argv; return 0;}
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3