2015-03-27 11:55, Pawel Wodkowski: > Fix strict aliasing rule error seen in gcc 4.4 in virtual pmd and mode 4 link > bonding mode 4 test. > > changes v2: > - fix error in code instead disabling compiler warning. > > Pawel Wodkowski (2): > test: fix strict aliasing rule error in virtual pmd > test: fix strict aliasing rule error in link bonding mode 4 test > > app/test/test_link_bonding_mode4.c | 5 +++-- > app/test/virtual_pmd.c | 10 +++++----- > 2 files changed, 8 insertions(+), 7 deletions(-)
Applied, thanks