2
0
mirror of https://github.com/boostorg/log.git synced 2026-01-19 04:22:09 +00:00

Silenced a gcc warning about get_attr_value() being declared but not defined.

This commit is contained in:
Andrey Semashev
2017-09-05 18:11:04 +03:00
parent 0b4ce57edc
commit 0f62e131cd

View File

@@ -25,7 +25,7 @@ namespace attrs = logging::attributes;
namespace {
// A test function that returns an attribute value
void get_attr_value();
void get_attr_value() {}
} // namespace