mirror of
https://github.com/mfontanini/libtins
synced 2026-01-25 19:51:34 +01:00
Fix compilation warnings on Windows.
This commit is contained in:
@@ -178,7 +178,7 @@ void RadioTap::init() {
|
||||
channel(Utils::channel_to_mhz(1), 0xa0);
|
||||
flags(FCS);
|
||||
tsft(0);
|
||||
dbm_signal(0xce);
|
||||
dbm_signal(static_cast<int8_t>(0xce));
|
||||
rx_flags(0);
|
||||
antenna(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user