add -Wdeclaration-after-statement for supported compilers

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15762 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2009-12-02 20:28:49 +00:00
parent 243b00659f
commit 554f476cb7
2 changed files with 16 additions and 7 deletions

View File

@@ -584,12 +584,11 @@ static unsigned char complete(EditLine * el, int ch)
if (h.hits != 1) {
char *dupdup = strdup(dup);
switch_assert(dupdup);
int x, argc = 0;
char *argv[10] = { 0 };
switch_stream_handle_t stream = { 0 };
SWITCH_STANDARD_STREAM(stream);
switch_assert(dupdup);
argc = switch_separate_string(dupdup, ' ', argv, (sizeof(argv) / sizeof(argv[0])));