diff --git a/src/V3EmitC.cpp b/src/V3EmitC.cpp index 926333b26..3bb4aa517 100644 --- a/src/V3EmitC.cpp +++ b/src/V3EmitC.cpp @@ -1252,7 +1252,7 @@ public: // CONSTRUCTORS explicit EmitVarTspSorter(const MTaskIdSet& mtaskIds) : m_mtaskIds{mtaskIds} - , m_serial{++m_serialNext} {} + , m_serial(++m_serialNext) {} // Need () or GCC 4.8 false warning virtual ~EmitVarTspSorter() {} // METHODS virtual bool operator<(const TspStateBase& other) const override {