Cleanup a couple of compiler warnings.
This commit is contained in:
@@ -21,8 +21,6 @@
|
||||
// 1) This library is not thread safe
|
||||
//
|
||||
|
||||
#define FD_SETSIZE 4096
|
||||
|
||||
//
|
||||
// ANSI C
|
||||
//
|
||||
|
||||
@@ -519,7 +519,7 @@ set_derives(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
static void
|
||||
void
|
||||
free_derives(void)
|
||||
{
|
||||
FREE(derives[start_symbol]);
|
||||
@@ -598,7 +598,7 @@ set_nullable(void)
|
||||
#endif
|
||||
}
|
||||
|
||||
static void
|
||||
void
|
||||
free_nullable(void)
|
||||
{
|
||||
FREE(nullable);
|
||||
|
||||
Reference in New Issue
Block a user