Modified version mismatch msg to be warning instead of error

pull/7876/head
Cruz Monrreal II 2018-08-23 22:13:00 -05:00
parent deb905da1d
commit 09239e3073
3 changed files with 3 additions and 3 deletions

View File

@ -121,7 +121,7 @@ class ARM(mbedToolchain):
"file": "",
"line": "",
"col": "",
"severity": "ERROR",
"severity": "WARNING",
})
def _get_toolchain_labels(self):

View File

@ -140,7 +140,7 @@ class GCC(mbedToolchain):
"file": "",
"line": "",
"col": "",
"severity": "ERROR",
"severity": "Warning",
})
def is_not_supported_error(self, output):

View File

@ -112,7 +112,7 @@ class IAR(mbedToolchain):
"file": "",
"line": "",
"col": "",
"severity": "ERROR",
"severity": "Warning",
})