- Reduced warnings (I found a typo in the sample code).
- Added "-Wall" compiler option.
This commit is contained in:
@@ -44,7 +44,7 @@ static int progress(
|
||||
|
||||
#define N 100
|
||||
|
||||
int main(int argc, char *argv)
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
int i, ret = 0;
|
||||
lbfgsfloatval_t fx;
|
||||
|
Reference in New Issue
Block a user