mirror of
https://github.com/lammertb/libhttp.git
synced 2025-09-03 01:21:16 +03:00
Fix some gcc warnings
This commit is contained in:
@@ -643,7 +643,7 @@ static void set_absolute_path(char *options[],
|
||||
#include "lauxlib.h"
|
||||
extern void lua_civet_open_all_libs(lua_State *L);
|
||||
|
||||
int run_lua(const char *file_name)
|
||||
static int run_lua(const char *file_name)
|
||||
{
|
||||
struct lua_State *L;
|
||||
int lua_ret;
|
||||
|
Reference in New Issue
Block a user