1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2026-09-24 21:06:21 +00:00

fix pedantic compiler warnings

This commit is contained in:
Oliver Giles
2017-12-21 08:19:45 +02:00
parent e0a130f33d
commit 3129f0e73b
10 changed files with 111 additions and 75 deletions

View File

@@ -54,7 +54,7 @@ private:
private:
struct WebsocketConnection;
struct HttpImpl;
class HttpImpl;
int efd_quit;
capnp::Capability::Client rpcInterface;