Fix sheng64 dump compile issue in clang.

This commit is contained in:
Chang, Harry 2020-09-01 07:04:04 +00:00 committed by Konstantinos Margaritis
parent c41d33c53f
commit a388a0f193

View File

@ -367,7 +367,8 @@ void dumpDotPreambleDfa(FILE *f) {
template <typename T>
static
void describeNode(const NFA *n, const T *s, u16 i, FILE *f) {
void describeNode(UNUSED const NFA *n, UNUSED const T *s, UNUSED u16 i,
UNUSED FILE *f) {
}
template <>