From c25edfb75a65b80a0e0c43bbaf59c7cd806f0b5b Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 30 Mar 2019 11:43:04 +0000 Subject: Tidy fixes for latest clang --- libmysqlpp/my-column.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmysqlpp/my-column.h') diff --git a/libmysqlpp/my-column.h b/libmysqlpp/my-column.h index be1d41d..2b59a49 100644 --- a/libmysqlpp/my-column.h +++ b/libmysqlpp/my-column.h @@ -10,7 +10,7 @@ namespace MySQL { public: ColumnBase(const char * name, unsigned int field); - bool isNull() const override; + [[nodiscard]] bool isNull() const override; protected: my_bool is_null; -- cgit v1.2.3