Skip to content

Commit 79bb745

Browse files
committed
Comment out warnings about OVERFLOW
1 parent e1f39c6 commit 79bb745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cores/arduino/ard_sup/Arduino.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ extern "C"
3333
#ifdef OVERFLOW
3434
#define ARDUINO_REDEFINE_OVERFLOW OVERFLOW
3535
#undef OVERFLOW
36-
#warning "OVERFLOW is defined already... trying to save it, include Apollo3 headers, then restore it"
36+
// #warning "OVERFLOW is defined already... trying to save it, include Apollo3 headers, then restore it"
3737
#endif
3838

3939
// Include Apollo headers
@@ -44,7 +44,7 @@ extern "C"
4444
#include <math.h> //Gets us pow()
4545

4646
#ifdef ARDUINO_REDEFINE_OVERFLOW
47-
#warning "restoring OVERFLOW from value in ARDUINO_REDEFINE_OVERFLOW"
47+
// #warning "restoring OVERFLOW from value in ARDUINO_REDEFINE_OVERFLOW"
4848
#define OVERFLOW ARDUINO_REDEFINE_OVERFLOW
4949
#undef ARDUINO_REDEFINE_OVERFLOW
5050
#endif

0 commit comments

Comments
 (0)