silence warnings in a newer rustc
[nihav.git] / nihav-commonfmt / src / codecs / ts102366.rs
index 5cf90c506c4ca07ddd5c8222e895aed21f0cfe6d..963f07dd8a565aa0a7039967935fcc60685645ef 100644 (file)
@@ -170,6 +170,7 @@ const FRAME_SIZES: [[usize; 64]; 4] = [
 ];
 
 #[derive(Debug,Clone,Copy)]
+#[allow(dead_code)]
 struct Syncinfo {
     crc1:       u16,
     fscod:      u8,
@@ -286,6 +287,7 @@ const AC_MODES: [ACMode; 8] = [
 ];
 
 #[derive(Debug,Clone,Copy)]
+#[allow(dead_code)]
 struct Mixinfo {
     dialnorm:   u8,
     compr:      Option<u8>,
@@ -312,6 +314,7 @@ impl Mixinfo {
 }
 
 #[derive(Debug,Clone,Copy)]
+#[allow(dead_code)]
 struct BSI {
     bsid:       u8,
     shift:      u8,