- Reduced warnings (I found a typo in the sample code).

- Added "-Wall" compiler option.
This commit is contained in:
Naoaki Okazaki
2010-12-21 01:01:31 +09:00
parent 3c1909394f
commit 8d7828a872
3 changed files with 6 additions and 6 deletions

View File

@@ -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;