ST / ST_Events-old

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!!!

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"],
     }