Skip to content
  • Cédric Roux's avatar
    minor: remove a CPPCHECK error for NR RLC · 7b48f894
    Cédric Roux authored
    This "error" is not a real error.
    openair2/LAYER2/nr_rlc/tests/test.c includes testXX.h to define the array
    int test[] and by design test[2] always exists.
    
    Let's simply suppress the reporting of this error.
    7b48f894