Message ID | cover.1532867044.git.rodrigosiqueiramelo@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Fix some GCC warnings | expand |
Hi, I would like to know if there is any improvement that I can do for this patchset. Thanks On 07/29, Rodrigo Siqueira wrote: > During the compilation, some GCC (8.1) warnings are shown. This patchset > address some of the warnings problems. > > Changes since v2: > - Reduce the total amount of bytes allocated during command handling > operation > - Remove unnecessary memset operation > - Improved commit message > > Rodrigo Siqueira (2): > Make string commands dynamic allocate > Fix truncate string in the snprintf > > tools/intel_gvtg_test.c | 25 ++++++++++++++++--------- > tools/intel_reg.c | 2 +- > 2 files changed, 17 insertions(+), 10 deletions(-) > > -- > 2.17.0 >