mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-11-12 22:45:29 +00:00
Fix compiler warnings about "missing variable declaration"
This commit is contained in:
parent
8363407768
commit
1e47348daf
@ -1,4 +1,3 @@
|
||||
|
||||
#include "httplib.h"
|
||||
#include "peglib.h"
|
||||
#include <cstdio>
|
||||
@ -7,7 +6,7 @@
|
||||
using namespace httplib;
|
||||
using namespace std;
|
||||
|
||||
string indexHTML = R"(
|
||||
static string indexHTML = R"(
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
|
Loading…
Reference in New Issue
Block a user