commit | 60292e5c8324475c5afbd0a6703b6b3ae2c94b1a | [log] [tgz] |
---|---|---|
author | Xia Yang <xiay@nvidia.com> | Tue Feb 16 03:05:18 2016 -0800 |
committer | Mark Salyzyn <salyzyn@google.com> | Tue Feb 16 07:23:22 2016 -0800 |
tree | bbc48dda1efda89308b2c4fd7ed992041203afb4 | |
parent | 861dd225fcd53f3e8d10469600648226c6e887cf [diff] |
dumpstate: remove length modifier on assignment suppressed scanf item gcc throws warning for using the two together as there is no point specifying storage size if the item is not to be stored. With -Werror enabled in this module, such warning breaks the build under gcc compiling. Change-Id: I6478c7cdb39f4709a63089191cc4ff541564cea4