<div dir="ltr">I am getting a compile error:<div><br></div><div>gcc -g  -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Werror=zero-length-bounds -fPIC  -O2  -MD -MT q921.o -MF .q921.o.d -MP -c -o q921.o q921.c<br>q921.c: In function ‘q921_dump’:<br>q921.c:1333:85: error: array subscript 0 is outside the bounds of an interior zero-length array ‘u_int8_t[0]’ {aka ‘unsigned char[]’} [-Werror=zero-length-bounds]<br> 1333 |                 if ((h->u.ft == 3) && (h->u.m3 == 0) && (h->u.m2 == 0) && (h->u.data[0] == 0x0f)) {<br>      |                                                                            ~~~~~~~~~^~~<br></div><div><br></div><div><br></div><div>EVEN though I added the "-Werror=zero-length-bounds" to the makefile as you can see.</div><div>How do I get libpri-1.6.0 to compile on Ubuntu 22.04 LTS ?</div><div><br></div><div>Thanks</div><div>Jerry</div></div>