aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-08-12 18:02:25 -0700
committerMartin Braun <martin.braun@ettus.com>2016-08-12 18:02:45 -0700
commitedb363c356f504d1279152621a02c2551fa17003 (patch)
tree804374a22821342d3c4c6caa696567c3d90e26b0
parent17a5d711151c98c3f9cf24d33fd7c9f092bc2796 (diff)
parenta1d6f4f363a5e782b72839127bd845398609424c (diff)
downloaduhd-edb363c356f504d1279152621a02c2551fa17003.tar.gz
uhd-edb363c356f504d1279152621a02c2551fa17003.tar.bz2
uhd-edb363c356f504d1279152621a02c2551fa17003.zip
Merge branch 'maint'
-rw-r--r--host/tests/nocscript_expr_test.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/host/tests/nocscript_expr_test.cpp b/host/tests/nocscript_expr_test.cpp
index 2ee5dafdf..f82a613a3 100644
--- a/host/tests/nocscript_expr_test.cpp
+++ b/host/tests/nocscript_expr_test.cpp
@@ -327,10 +327,10 @@ class functable_mockup_impl : public function_table
// We don't actually need this
void register_function(
- const std::string &name,
- const function_table::function_ptr &ptr,
- const expression::type_t return_type,
- const expression_function::argtype_list_type &sig
+ const std::string &,
+ const function_table::function_ptr &,
+ const expression::type_t,
+ const expression_function::argtype_list_type &
) {};
};