Skip to content

Backport #184 to releases/9.0#188

Merged
patacongo merged 3 commits intoapache:masterfrom
Ouss4:backport-184
Apr 18, 2020
Merged

Backport #184 to releases/9.0#188
patacongo merged 3 commits intoapache:masterfrom
Ouss4:backport-184

Conversation

@Ouss4
Copy link
Copy Markdown
Member

@Ouss4 Ouss4 commented Apr 17, 2020

Backport #184

liuguo09 and others added 3 commits April 17, 2020 14:14
bas_program.c:234:35: error: adding 'size_t' (aka 'unsigned long') to a string does not append to the string [-Werror,-Wstring-plus-int]
      FS_putChars(chn, "        " + len);
                       ~~~~~~~~~~~^~~~~
bas_program.c:234:35: note: use array indexing to silence this warning
      FS_putChars(chn, "        " + len);
                                  ^
                       &          [    ]
1 error generated.

Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
Note that mixed case identifier still keep in use.

Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
examples/lvgldemo: Fix build warning with specific config

Signed-off-by: Qi Huang <huangqi3@xiaomi.com>
@patacongo patacongo merged commit 4adb83c into apache:master Apr 18, 2020
@Ouss4 Ouss4 deleted the backport-184 branch April 18, 2020 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants