fixes after compiler upgrade
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ struct ChoiceSearchConfigT {
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
} __packed__;
|
||||
} __attribute__((packed));
|
||||
|
||||
using ChoiceSearchConfig = ChoiceSearchConfigT<false>;
|
||||
using ChoiceSearchConfigBE = ChoiceSearchConfigT<true>;
|
||||
|
||||
Reference in New Issue
Block a user