diff options
author | louiz’ <louiz@louiz.org> | 2017-12-03 16:28:38 +0100 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2017-12-03 16:46:14 +0100 |
commit | 24dc05dd979264143223e166faa032e75f986b21 (patch) | |
tree | 18b961acd175639b797be6ff7a9e59b62077af9c /src/bridge | |
parent | 6dc49f32844b846bd9675ed6a9d669e266122276 (diff) | |
download | biboumi-24dc05dd979264143223e166faa032e75f986b21.tar.gz biboumi-24dc05dd979264143223e166faa032e75f986b21.tar.bz2 biboumi-24dc05dd979264143223e166faa032e75f986b21.tar.xz biboumi-24dc05dd979264143223e166faa032e75f986b21.zip |
Run some of the ci tests against a postgresql docker container
Diffstat (limited to 'src/bridge')
-rw-r--r-- | src/bridge/bridge.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bridge/bridge.cpp b/src/bridge/bridge.cpp index 925b226..57f0628 100644 --- a/src/bridge/bridge.cpp +++ b/src/bridge/bridge.cpp @@ -1031,6 +1031,7 @@ void Bridge::send_room_history(const std::string& hostname, std::string chan_nam (void)hostname; (void)chan_name; (void)resource; + (void)history_limit; #endif } |