Update LineReader.h

This commit is contained in:
Ivan 2020-01-14 19:30:12 +03:00 committed by GitHub
parent b79855477f
commit bf31ddfe1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,5 +50,5 @@ private:
/// Since CMake doesn't impose restrictions on includes between unrelated targets
/// it's possible that we include this file without USE_REPLXX defined.
void * impl;
[[maybe_unused]] void * impl;
};