From e80e8ad8578a3426b810363094243c5d822742d5 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 31 Oct 2019 18:44:01 -0500 Subject: Build: disable -Wunused-parameter --- hscript/script.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'hscript') diff --git a/hscript/script.cc b/hscript/script.cc index 5a9dd8e..c99abe5 100644 --- a/hscript/script.cc +++ b/hscript/script.cc @@ -285,9 +285,6 @@ struct Script::ScriptPrivate { this->firmware = std::move(f); return true; #else - /* Shut up -Wunused-parameter. */ - assert(lineno != 0); - assert(errors != nullptr); assert(!f->test()); return true; #endif -- cgit v1.2.3-60-g2f50