changeset 1538:525d7798248a

[project @ 1995-10-05 06:37:58 by jwe]
author jwe
date Thu, 05 Oct 1995 06:37:58 +0000
parents 3b6474ef546f
children 4914a8b34fd0
files src/fsqp.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/fsqp.cc	Thu Oct 05 05:58:29 1995 +0000
+++ b/src/fsqp.cc	Thu Oct 05 06:37:58 1995 +0000
@@ -39,13 +39,13 @@
 // static tree *fsqp_constraints;
 
 double
-fsqp_objective_function (const ColumnVector& x)
+fsqp_objective_function (const ColumnVector&)
 {
   return 0.0;
 }
 
 ColumnVector
-fsqp_constraint_function (const ColumnVector& x)
+fsqp_constraint_function (const ColumnVector&)
 {
   ColumnVector retval;
   return retval;