asterisk / libpri

PRI Library
GNU General Public License v2.0
10 stars 14 forks source link

Fix handling of -Werror #2

Closed brown1d closed 1 year ago

brown1d commented 1 year ago

This resolves the issue that libpri will not compile with latest GNU CC 11.

Creates union for Q.931, so data structure can be accessed as raw data, or as a structure. Remove fcs from Q.921 data structures as this is not set or checked anywhere.