Browse Source
__STDC_FORMAT_MACROS changes the behavior of inttypes.h to allow defining format macros for printf-like functions. It needs to be defined before any include is done, otherwise due to include chains and header guards it may not take effect. Instead of having to define it everywhere it is used, move the define to the build system. Also update ecl and DriverFramework submodules to deal with the changed definitions.sbg
18 changed files with 3 additions and 17 deletions
@ -1 +1 @@
@@ -1 +1 @@
|
||||
Subproject commit 7c468a60ae64726fb42989fe552feb21b7978289 |
||||
Subproject commit ed8550b1ec4d8a71e3512bb6712e28e8f4d8a6cc |
@ -1 +1 @@
@@ -1 +1 @@
|
||||
Subproject commit a2d866520a0477574d0ade68b0f5e7becb57431b |
||||
Subproject commit 63b95a17382bb4f930ac56ae2ddf6fdeb157ac73 |
Loading…
Reference in new issue