summaryrefslogtreecommitdiff
path: root/hscript/key.hh
diff options
context:
space:
mode:
Diffstat (limited to 'hscript/key.hh')
-rw-r--r--hscript/key.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/hscript/key.hh b/hscript/key.hh
index f1e2647..786df2d 100644
--- a/hscript/key.hh
+++ b/hscript/key.hh
@@ -39,11 +39,13 @@ public:
* @returns nullptr if data is unparsable, otherwise a pointer to a Key.
*/
#define UNUSED __attribute__((unused))
+ /* LCOV_EXCL_START */
static Key *parseFromData(const std::string &data UNUSED,
int lineno UNUSED, int *errors UNUSED,
int *warnings UNUSED) {
return nullptr;
}
+ /* LCOV_EXCL_STOP */
#undef UNUSED
/*! Determines if the data associated with the Key is valid. */