mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-16 17:53:15 +00:00
eliminate another batch of compiler warnings (and a bug, although in code we aren't using)... note that this required manually editing the lexer output code (generated by flex), so some of them will come back if the lexer is rebuilt
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@73726 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -53,8 +53,6 @@ int mimeparser_yywrap(void);
|
||||
void reset_environ(struct parser_state *pstate);
|
||||
int PARSER_initialize(struct parser_state *pstate, void *yyscanner);
|
||||
|
||||
typedef void *yyscan_t;
|
||||
|
||||
static char *PARSE_readmessagepart(size_t, size_t, size_t, size_t *,yyscan_t, struct parser_state *);
|
||||
FILE *mimeparser_yyget_in (yyscan_t yyscanner );
|
||||
|
||||
|
Reference in New Issue
Block a user