Skip to content

Compiler warnings "unknown escape characters" on Windows #5

Closed
@PaulStoffregen

Description

@PaulStoffregen

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:

capture

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: imperfectionPerceived defect in any part of project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions