Closed
Description
Seems like 8217efd did not fully address all the Windows pathnames.
I tested today with "arduino-PR-beta1.9-BUILD-26".
To reproduce problem, set Compiler Warnings to "All" in File > Preferences. Then compile this sketch for Arduino Zero.
void setup() {
Serial.begin(9600);
}
void loop() {
dosomething();
delay(1000);
}
void dosomething() {
Serial.println("Hello world");
}
The compiler warnings scroll by quickly. You may need to scroll back up to see them. Here's a screenshot: