mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 01:08:27 +00:00
Fixed warnings
This commit is contained in:
parent
4fb2f51766
commit
e58cfe8168
3 changed files with 6 additions and 6 deletions
|
@ -18,7 +18,7 @@ struct StopWatch {
|
|||
chrono::system_clock::time_point start_;
|
||||
};
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
int main(void) {
|
||||
string body(1024 * 5, 'a');
|
||||
|
||||
httplib::Client cli("httpbin.org", 80);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue