Skip to content

Commit 3868420

Browse files
committed
apps: Set warning level to 0 for XC8
For some reason, when upgrading MPLABX, the default warning level for at least some of the XC8 PIC18 projects defaults to -3. Change it back to 0.
1 parent 2f14419 commit 3868420

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

apps/hid_mouse/MPLAB.X/nbproject/configurations.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@
527527
<HI-TECH-COMP>
528528
<property key="extra-include-directories"
529529
value="..;../../../usb/include;../../common"/>
530+
<property key="warning-level" value="0"/>
530531
</HI-TECH-COMP>
531532
<HI-TECH-LINK>
532533
</HI-TECH-LINK>

apps/unit_test/MPLAB.X/nbproject/configurations.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@
526526
<HI-TECH-COMP>
527527
<property key="extra-include-directories"
528528
value="..;../../../usb/include;../../common"/>
529+
<property key="warning-level" value="0"/>
529530
</HI-TECH-COMP>
530531
<HI-TECH-LINK>
531532
</HI-TECH-LINK>

0 commit comments

Comments
 (0)