AllStarLink / app_rpt

Refactoring and upgrade of AllStarLink's app_rpt, etc.
5 stars 4 forks source link

Compile fail on Tri-State #231

Closed tsawyer closed 10 months ago

tsawyer commented 10 months ago

Attempting to update Tri-state after a core dump gives:

   [CCi] chan_simpleusb.i -> chan_simpleusb.o
chan_simpleusb.c: In function ‘hidthread’:
chan_simpleusb.c:1110:21: error: variable ‘checksum’ set but not used [-Werror=unused-but-set-variable]
 1110 |      unsigned short checksum;
      |                     ^~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [/usr/src/asterisk-20.2.1/Makefile.rules:150: chan_simpleusb.o] Error 1
make: *** [Makefile:396: channels] Error 2