fix compiler warnings

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6872 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Kevin P. Fleming 20 years ago
parent aca0431935
commit 59584f5744

@ -25,7 +25,7 @@
#include "frame.h"
time_t stopwatch; /* will hold time at start of calculation */
unsigned int samplefrequency;
int samplefrequency;
unsigned short samplewidth;
unsigned short channels;
int wavout; /* TRUE iff out file should be a .WAV file */

@ -37,7 +37,7 @@
#define TRUE (0==0)
#endif
extern unsigned int samplefrequency;
extern int samplefrequency;
extern unsigned short samplewidth;
extern unsigned short channels;
extern int wavout; /* TRUE iff out file is .WAV file */

Loading…
Cancel
Save