From 71fd63402dcbbc37d6c8b3818de35f7142b850b0 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Fri, 31 Mar 2017 17:43:19 +0200 Subject: Fix compilation warning on OSX Signed-off-by: Szczepan Zalega --- include/stick20_commands.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/stick20_commands.h b/include/stick20_commands.h index d88919b..61758f6 100644 --- a/include/stick20_commands.h +++ b/include/stick20_commands.h @@ -138,9 +138,9 @@ namespace nitrokey { union{ uint8_t VersionInfo_au8[4]; struct { - uint8_t __unused; + uint8_t __reserved; uint8_t minor; - uint8_t __unused2; + uint8_t __reserved2; uint8_t major; } __packed versionInfo; } __packed; -- cgit v1.2.1