aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/nocscript/parser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/rfnoc/nocscript/parser.cpp')
-rw-r--r--host/lib/rfnoc/nocscript/parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/rfnoc/nocscript/parser.cpp b/host/lib/rfnoc/nocscript/parser.cpp
index 51a544e47..8ef1b7f44 100644
--- a/host/lib/rfnoc/nocscript/parser.cpp
+++ b/host/lib/rfnoc/nocscript/parser.cpp
@@ -163,7 +163,7 @@ private:
P.expr_stack.top()->set_combiner_safe(
expression_container::COMBINE_OR);
}
- } catch (const uhd::syntax_error& e) {
+ } catch (const uhd::syntax_error&) {
P.error = str(boost::format("Operator %s is mixing operator "
"types within this container.")
% val);