Skip to content

Commit

Permalink
fix compile warning in libqp_gsmo
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Apr 19, 2012
1 parent 582e0cc commit 9815db6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/shogun/lib/external/libqp_gsmo.cpp
Expand Up @@ -89,9 +89,8 @@ libqp_state_T libqp_gsmo_solver(const float64_t* (*get_col)(uint32_t),
float64_t tau;
float64_t F_i;
float64_t tau_ub, tau_lb;
float64_t Q_P;
uint32_t i, j;
uint32_t u, v;
uint32_t u=0, v=0;
libqp_state_T state;

Nabla = NULL;
Expand Down

0 comments on commit 9815db6

Please sign in to comment.