diff options
| author | Szczepan Zalega <szczepan@nitrokey.com> | 2016-11-10 18:32:39 +0100 | 
|---|---|---|
| committer | szszszsz <szszszsz@users.noreply.github.com> | 2016-11-18 13:12:42 +0100 | 
| commit | d841239bc9ece1ce969c293783219cceb001fc67 (patch) | |
| tree | 85011b8690dce2b9f7067f5bfcacfc9c2c8e7f12 | |
| parent | 2b3c815af73f31a4e12db6ed92290cf76b8e2914 (diff) | |
| download | libnitrokey-d841239bc9ece1ce969c293783219cceb001fc67.tar.gz libnitrokey-d841239bc9ece1ce969c293783219cceb001fc67.tar.bz2 | |
Fix compilation G++6 error
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
| -rw-r--r-- | include/device_proto.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/include/device_proto.h b/include/device_proto.h index 7316dc8..cde1d51 100644 --- a/include/device_proto.h +++ b/include/device_proto.h @@ -134,8 +134,6 @@ namespace nitrokey {          } __packed;          struct EmptyPayload { -            uint8_t _data[]; -              bool isValid() const { return true; }              std::string dissect() const { return std::string("Empty Payload."); } | 
