aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-08-12 18:02:17 -0700
committerMartin Braun <martin.braun@ettus.com>2016-08-12 18:02:17 -0700
commita1d6f4f363a5e782b72839127bd845398609424c (patch)
tree9541291d16fec4278ced84d93cfb64aaeb39610c
parent7c8284a58d4feaccedbcb45472ecb939eea95888 (diff)
downloaduhd-a1d6f4f363a5e782b72839127bd845398609424c.tar.gz
uhd-a1d6f4f363a5e782b72839127bd845398609424c.tar.bz2
uhd-a1d6f4f363a5e782b72839127bd845398609424c.zip
nocscript: Removed compiler warning
-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 &
) {};
};