1
0
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:
bel
2015-05-21 22:45:33 +02:00
parent 2a5cb9ed6c
commit 1b730992c9
3 changed files with 5 additions and 5 deletions

View File

@@ -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;