fix some compiler warnings

This commit is contained in:
Max 2022-05-24 21:04:21 -04:00
parent f8a9b6128a
commit 713e632e6c
2 changed files with 2 additions and 2 deletions

View File

@ -265,7 +265,7 @@ nxdn_tx_sb_impl::config()
FILE * fp1 = fopen(d_config_file, "r"); FILE * fp1 = fopen(d_config_file, "r");
char line[256]; char line[256];
char * cp; char * cp;
unsigned int li[9]; unsigned int li[10];
long int ran; long int ran;
long int lich, lich2; long int lich, lich2;
if (!fp1) { if (!fp1) {

View File

@ -47,7 +47,7 @@ public:
/** /**
* Decode the compressed audio. * Decode the compressed audio.
* *
* \cw in IMBE codeword (including parity check bits). * cw in IMBE codeword (including parity check bits).
*/ */
virtual void decode(const voice_codeword& cw); virtual void decode(const voice_codeword& cw);