Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: HelloWorld_CCA01M1 HelloWorld_CCA02M1 CI-data-logger-server HelloWorld_CCA02M1 ... more
This is a fork of the events subdirectory of https://github.com/ARMmbed/mbed-os.
Note, you must import this library with import name: events!!!
Diff: tools/toolchains/gcc.py
- Revision:
- 7931:ed4b0bd31270
- Parent:
- 7909:8d21dcb647f6
- Parent:
- 7930:9daa4c328198
- Child:
- 7988:4644adacd001
--- a/tools/toolchains/gcc.py Fri Sep 16 17:37:08 2016 -0500
+++ b/tools/toolchains/gcc.py Fri Sep 16 17:38:13 2016 -0500
@@ -28,6 +28,9 @@
DIAGNOSTIC_PATTERN = re.compile('((?P<file>[^:]+):(?P<line>\d+):)(\d+:)? (?P<severity>warning|error): (?P<message>.+)')
INDEX_PATTERN = re.compile('(?P<col>\s*)\^')
+ # ANY changes to these default flags is backwards incompatible and require
+ # an update to the mbed-sdk-tools and website that introduces a profile
+ # for the previous version of these flags
DEFAULT_FLAGS = {
'common': ["-c", "-Wall", "-Wextra",
"-Wno-unused-parameter", "-Wno-missing-field-initializers",