diff options
author | Jack Lloyd <[email protected]> | 2017-07-28 10:57:11 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-07-28 10:57:11 -0400 |
commit | 3fb7767a3866ce9ae7fd50f2f43fd35d0f4273a8 (patch) | |
tree | 93b1a93eeba7761879b906725378758592855776 /src/lib/filters | |
parent | 40f399c920c3516d66cbea977f1d38e55a1f7fb1 (diff) |
Fix warnings from clangs -Wdocumentation flag
Diffstat (limited to 'src/lib/filters')
-rw-r--r-- | src/lib/filters/pipe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/filters/pipe.h b/src/lib/filters/pipe.h index 9be0fa1b4..1b839809d 100644 --- a/src/lib/filters/pipe.h +++ b/src/lib/filters/pipe.h @@ -181,7 +181,7 @@ class BOTAN_DLL Pipe final : public DataSource * @param msg the number identifying the message to read from * @return string holding the contents of the pipe */ - std::string read_all_as_string(message_id = DEFAULT_MESSAGE) BOTAN_WARN_UNUSED_RESULT; + std::string read_all_as_string(message_id msg = DEFAULT_MESSAGE) BOTAN_WARN_UNUSED_RESULT; /** * Read from the default message but do not modify the internal |