silence a warning

pull/141/head
bert hubert 2020-09-27 16:06:55 +02:00
parent 6a963b181c
commit 71086169f5
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ int GalileoMessage::parseFnav(std::basic_string_view<uint8_t> page)
wtype = gbum(6);
if(wtype == 1) {
/*int sv = */ gbum(6);
/*int sv = */ (void)gbum(6);
iodnav = gbum(10);
t0c = gbum(14);
af0 = gbsm(31);