diff options
author | 2017-04-25 18:01:45 +0800 | |
---|---|---|
committer | 2017-04-25 18:27:20 +0800 | |
commit | 41c88b14dc8685502ffb40ed85629c759357c136 (patch) | |
tree | 601d991fe9a26d37b3427e1fae347af009b38563 /dtc-lexer.l | |
parent | a5887181228adf975bb41ccb0c421b2a06d3895e (diff) | |
parent | 558cd81bdd432769b59bff01240c44f82cfb1a9d (diff) |
Update to dtc-1.4.4
Merge dtc to upstream 558cd81bdd432769b59bff01240c44f82cfb1a9d
and merge history
Bug: 37655045
Test: Build dtc, use output dtc to build dts, can output correct dtb.
Change-Id: Ibd9a82768e999bc46e6de349ca97ba6447e85455
Diffstat (limited to 'dtc-lexer.l')
-rw-r--r-- | dtc-lexer.l | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dtc-lexer.l b/dtc-lexer.l index f24d1d0..13f4b06 100644 --- a/dtc-lexer.l +++ b/dtc-lexer.l @@ -62,7 +62,8 @@ static int dts_version = 1; static void push_input_file(const char *filename); static bool pop_input_file(void); -static void lexical_error(const char *fmt, ...); +static void PRINTF(1, 2) lexical_error(const char *fmt, ...); + %} %% |