Let compilation succeed warning-free when DONT_OPTIMIZE is turned off.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@259104 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Mark Michelson 15 years ago
parent a06794cf7a
commit d4637b864c

@ -714,7 +714,7 @@ struct ast_channel *ast_channel_alloc(int needqueue, int state, const char *cid_
int flags;
struct varshead *headp;
va_list ap1, ap2;
char *tech;
char *tech = "";
/* If shutting down, don't allocate any new channels */
if (shutting_down) {

Loading…
Cancel
Save