Commit 835d9218 authored by captainwong's avatar captainwong

fix gcc cry

parent 87c3220b
...@@ -70,11 +70,12 @@ using namespace hb::common; ...@@ -70,11 +70,12 @@ using namespace hb::common;
// fix gcc cry // fix gcc cry
#ifdef __GNUG__ #ifdef __GNUG__
constexpr Char com::MachineStatusRequest3Section::data[]; constexpr Char com::A1::data[];
constexpr Char com::ZoneRequest::data[]; constexpr Char com::A2::data[];
constexpr Char com::ZoneRequestMore::data[]; constexpr Char com::AC::data[];
constexpr Char com::QuerySensorLostSettingsRequest::data[]; constexpr Char com::AD::data[];
constexpr Char com::QueryMoreSensorLostSettingsRequest::data[]; constexpr Char com::A5::data[];
constexpr Char com::B0::data[];
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment