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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user