We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cbdc12 commit 074d910Copy full SHA for 074d910
hardware/arduino/avr/cores/arduino/main.cpp
@@ -19,8 +19,8 @@
19
20
#include <Arduino.h>
21
22
-//Declared weak in Arduino.h to allow user redefinitions.
23
-int atexit(void (*func)()) { return 0; }
+// Declared weak in Arduino.h to allow user redefinitions.
+int atexit(void (* /*func*/ )()) { return 0; }
24
25
// Weak empty variant initialization function.
26
// May be redefined by variant files.
0 commit comments