mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
Swap "static" and "const", so that "static" appears at the beginning of each
declaration (suppresses a warning). (closes issue #13070) Reported by: gknispel_proformatique Patches: asterisk_trunk_const_static.patch uploaded by gknispel (license 261) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@130697 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3964,7 +3964,7 @@ void misdn_lib_nt_keepcalls( int kc)
|
||||
|
||||
void misdn_lib_nt_debug_init( int flags, char *file )
|
||||
{
|
||||
int static init=0;
|
||||
static int init=0;
|
||||
char *f;
|
||||
|
||||
if (!flags)
|
||||
|
Reference in New Issue
Block a user