mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-09 02:24:27 +08:00
Squashed warnings
This commit is contained in:
parent
c9e666babc
commit
b461edabd9
@ -282,7 +282,7 @@ static int log_message_cb(const struct mg_connection *conn, const char *msg) {
|
|||||||
|
|
||||||
static const struct mg_callbacks CALLBACKS = {
|
static const struct mg_callbacks CALLBACKS = {
|
||||||
&begin_request_handler_cb, NULL, &log_message_cb, NULL, NULL, NULL, NULL,
|
&begin_request_handler_cb, NULL, &log_message_cb, NULL, NULL, NULL, NULL,
|
||||||
&open_file_cb, NULL, &upload_cb
|
&open_file_cb, NULL, &upload_cb, NULL, NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *OPTIONS[] = {
|
static const char *OPTIONS[] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user