Navigation


Changeset 403:26aafbbc1640 in freeDiameter for extensions/app_acct/acct_conf.y


Ignore:
Timestamp:
Jul 8, 2010, 2:24:19 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Cleanup all compilation warnings in base code for 32 bit arch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_acct/acct_conf.y

    r284 r403  
    5959int yyparse(char * conffile);
    6060
     61/* The Lex parser prototype */
     62int acct_conflex(YYSTYPE *lvalp, YYLTYPE *llocp);
     63
    6164/* the global configuration */
    6265struct acct_conf * acct_config = NULL;
     
    8992        }
    9093
     94        if (!TRACE_BOOL(FULL))
     95                return 0;
     96       
    9197        struct fd_list * li;
    92         if (!TRACE_BOOL(FULL))
    93                 return;
    9498               
    9599        fd_log_debug("[app_acct] Configuration dump:\n");
     
    110114        }
    111115        fd_log_debug("[app_acct] Complete.\n");
     116        return 0;
    112117}
    113118
Note: See TracChangeset for help on using the changeset viewer.