mirror of
https://github.com/yhirose/cpp-peglib.git
synced 2024-11-14 15:05: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 "httplib.h"
|
||||||
#include "peglib.h"
|
#include "peglib.h"
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
@ -7,7 +6,7 @@
|
|||||||
using namespace httplib;
|
using namespace httplib;
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
string indexHTML = R"(
|
static string indexHTML = R"(
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
Loading…
Reference in New Issue
Block a user