mbox series

[v2,i-g-t,0/2] Fix some GCC warnings

Message ID cover.1532867044.git.rodrigosiqueiramelo@gmail.com (mailing list archive)
Headers show
Series Fix some GCC warnings | expand

Message

Rodrigo Siqueira July 29, 2018, 12:41 p.m. UTC
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(-)

Comments

Rodrigo Siqueira Aug. 20, 2018, 1:39 p.m. UTC | #1
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
>