mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
fix compiler warnings
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6872 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
#include "frame.h"
|
#include "frame.h"
|
||||||
|
|
||||||
time_t stopwatch; /* will hold time at start of calculation */
|
time_t stopwatch; /* will hold time at start of calculation */
|
||||||
unsigned int samplefrequency;
|
int samplefrequency;
|
||||||
unsigned short samplewidth;
|
unsigned short samplewidth;
|
||||||
unsigned short channels;
|
unsigned short channels;
|
||||||
int wavout; /* TRUE iff out file should be a .WAV file */
|
int wavout; /* TRUE iff out file should be a .WAV file */
|
||||||
|
@@ -37,7 +37,7 @@
|
|||||||
#define TRUE (0==0)
|
#define TRUE (0==0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern unsigned int samplefrequency;
|
extern int samplefrequency;
|
||||||
extern unsigned short samplewidth;
|
extern unsigned short samplewidth;
|
||||||
extern unsigned short channels;
|
extern unsigned short channels;
|
||||||
extern int wavout; /* TRUE iff out file is .WAV file */
|
extern int wavout; /* TRUE iff out file is .WAV file */
|
||||||
|
Reference in New Issue
Block a user