• Geir Istad's avatar
    test_srtp.c: Use #define instead of static const · eafd1458
    Geir Istad authored
    Prevents generating warnings with clang (warning: variable length array
    folded to constant array as an extension [-Wgnu-folding-constant])
    
    This is also a better alternative from a portability point of view.
    eafd1458