You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all include directories are added as none system include directories. This causes warnings and errors when compiling my own source code
In file included from /pico-sdk/src/common/pico_stdlib/include/pico/stdlib.h:13,
from /blink.c++:2:
/pico-sdk/src/rp2_common/hardware_gpio/include/hardware/gpio.h:882:33: error: ISO C++ does not permit named variadic macros [-Werror=variadic-macros]
882 | #define CU_REGISTER_DEBUG_PINS(p...) \
| ^~~