summaryrefslogtreecommitdiff
path: root/scripts/basic
diff options
context:
space:
mode:
authorHeinrich Schuchardt <[email protected]>2023-04-01 09:14:11 +0200
committerTom Rini <[email protected]>2023-04-06 19:10:08 -0400
commit06a94b3e8b81bf679391e66441ff6b0051836f03 (patch)
tree2b8e9d52271c00eed39c301739d756ecf6859286 /scripts/basic
parent9ee32a7876f4372fd0f5515a27b2c148a8e8a19c (diff)
cmd: convert fallthrough comment.
gcc does not understand /* FALL TROUGH */ and emits a warning: cmd/date.c: In function ‘do_date’: cmd/date.c:62:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 62 | if (strcmp(argv[1],"reset") == 0) { | ^ cmd/date.c:102:9: note: here 102 | case 1: /* get date & time */ | ^~~~ Use the fallthrough macro instead. Signed-off-by: Heinrich Schuchardt <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'scripts/basic')
0 files changed, 0 insertions, 0 deletions