mISDNuser/lib
Harald Welte 3bce40c22a Disable -Werror for array-bounds
Otherwise the library won't build with gcc-11.2

In file included from misc/mbuffer.c:21:
misc/mbuffer.c: In function ‘alloc_mbuffer’:
../include/mISDN/mbuffer.h:160:14: error: array subscript ‘struct mbuffer[0]’ is partly outside array bounds of ‘struct mqueue[1]’ [-Werror=array-bounds]
  160 |         next = prev->next;
      |         ~~~~~^~~~~~~~~~~~
2022-03-13 15:19:56 +01:00
..
asn1 Fix more compiler warnings 2012-08-17 12:58:30 +02:00
include Some more const declarations since some crosscompilers are more picky here 2017-07-30 22:29:26 +02:00
layer3 mlayer3: Improve English language log message 2022-03-13 15:03:50 +01:00
misc Some more const declarations since some crosscompilers are more picky here 2017-07-30 22:29:26 +02:00
suppserv Some more const declarations since some crosscompilers are more picky here 2017-07-30 22:29:26 +02:00
Makefile.am Disable -Werror for array-bounds 2022-03-13 15:19:56 +01:00