We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad87861 commit 92aed4dCopy full SHA for 92aed4d
1 file changed
cmake/DaemonCompiler/DaemonCompiler.c
@@ -160,6 +160,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
160
#endif
161
162
// Make the compilation succeeds if architecture is supported.
163
-int main(int, char**) {
+int main(int argc, char** argv) {
164
return 0;
165
}
0 commit comments