[dpdk-dev] [PATCH v2 0/2] build: add Wformat to fix gcc compile	warnings and format fixes
    Conor Walsh 
    conor.walsh at intel.com
       
    Wed Nov 18 19:11:01 CET 2020
    
    
  
On some systems Wformat-nonliteral and Wformat-security could not be
checked without Wformat also being specified this causes a compile
warning on these systems. This patchset adds Wformat to
config/meson.build and fixes some format issues that this exposed.
---
v2:
- expand explaination of patches
- suppress false postives in icc
- add fixes for format issues
Conor Walsh (2):
  build: fix gcc compile warnings by adding wformat
  net/bnxt: fix format characters for unsigned values
 config/meson.build                 | 3 ++-
 drivers/net/bnxt/tf_core/tf_core.c | 8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)
-- 
2.25.1
    
    
More information about the dev
mailing list