Open nychiang opened 1 year ago
Issue #667 and #668 are caused by using cflag -Wall -Werror together with -DNDEBUG. Some variables used only in assert(...) become unused and throw compiling errors.
-Wall -Werror
-DNDEBUG
assert(...)
CLOSE #667 CLOSE #668
Issue #667 and #668 are caused by using cflag
-Wall -Werror
together with-DNDEBUG
. Some variables used only inassert(...)
become unused and throw compiling errors.CLOSE #667 CLOSE #668