Mercurial > hg > octave-nkf
diff libinterp/parse-tree/pt-funcall.cc @ 18590:bae00174787c
avoid GCC warnings
* pt-funcall.cc (tree_funcall::dup): Delete unused parameter names.
* ov-perm.cc (octave_perm_matrix::save_ascii,
octave_perm_matrix::load_ascii): Delete unused typedef.
* ov-base-diag.cc (octave_base_diag<DMT, MT>::do_index_op): Likewise.
author | Lasse Schuirmann <lasse@schuirmann.net> and Kai T. Ohlhus <k.ohlhus@gmail.com> |
---|---|
date | Mon, 24 Feb 2014 09:07:39 +0100 |
parents | 9ca314e79956 |
children | 4197fc428c7d |
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-funcall.cc +++ b/libinterp/parse-tree/pt-funcall.cc @@ -66,8 +66,7 @@ } tree_funcall * -tree_funcall::dup (symbol_table::scope_id, - symbol_table::context_id context) const +tree_funcall::dup (symbol_table::scope_id, symbol_table::context_id) const { tree_funcall *new_fc = new tree_funcall (fcn, args, line (), column ());