NOISSUE fix some warnings

This commit is contained in:
Petr Mrázek
2018-02-11 01:21:32 +01:00
parent f259e9f727
commit 604295e6d5
4 changed files with 15 additions and 8 deletions

View File

@ -42,6 +42,7 @@ protected:
public:
element_value(element_value_type type, constant_pool &pool) : type(type), pool(pool) {};
virtual ~element_value() {}
element_value_type getElementValueType()
{