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:
- 6600:b3b988aaa1cb
- Parent:
- 6531:8cd307140e31
- Parent:
- 6599:5bb9644532b8
- Child:
- 6639:7310555173f0
--- a/tools/toolchains/gcc.py Fri Jun 24 15:03:50 2016 -0500
+++ b/tools/toolchains/gcc.py Fri Jun 24 16:13:22 2016 -0500
@@ -38,7 +38,7 @@
],
'asm': ["-x", "assembler-with-cpp"],
'c': ["-std=gnu99"],
- 'cxx': ["-std=gnu++98", "-fno-rtti"],
+ 'cxx': ["-std=gnu++98", "-fno-rtti", "-Wvla"],
'ld': ["-Wl,--gc-sections", "-Wl,--wrap,main",
"-Wl,--wrap,_malloc_r", "-Wl,--wrap,_free_r", "-Wl,--wrap,_realloc_r"],
}