Skip to content

Commit bac708d

Browse files
committed
commit FAQ and libsvm.jar for the release of libsvm 3.18
1 parent a350540 commit bac708d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

FAQ.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<a name="_TOP"><b><h1><a
1010
href=http://www.csie.ntu.edu.tw/~cjlin/libsvm>LIBSVM</a> FAQ </h1></b></a>
1111
<b>last modified : </b>
12-
Tue, 4 Mar 2014 22:22:42 GMT
12+
四, 20 3月 2014 16:05:14 GMT
1313
<class="categories">
1414
<li><a
1515
href="#_TOP">All Questions</a>(81)</li>
@@ -410,15 +410,14 @@
410410
<br/>
411411

412412
<p>
413-
The warning message is like
413+
If you are using a version before 3.18, probably you see
414+
a warning message like
414415
<pre>
415416
svm.cpp:2730: warning: ignoring return value of int fscanf(FILE*, const char*, ...), declared with attribute warn_unused_result
416417
</pre>
417418
This is not a problem; see <a href=https://wiki.ubuntu.com/CompilerFlags#-D_FORTIFY_SOURCE=2>this page</a> for more
418419
details of ubuntu systems.
419-
In the future we may modify the code
420-
so that these messages do not appear.
421-
At this moment, to disable the warning message you can replace
420+
To disable the warning message you can replace
422421
<pre>
423422
CFLAGS = -Wall -Wconversion -O3 -fPIC
424423
</pre>
@@ -427,6 +426,7 @@
427426
CFLAGS = -Wall -Wconversion -O3 -fPIC -U_FORTIFY_SOURCE
428427
</pre>
429428
in Makefile.
429+
<p> After version 3.18, we have a better setting so that such warning messages do not appear.
430430
<p align="right">
431431
<a href="#_TOP">[Go Top]</a>
432432
<hr/>

java/libsvm.jar

-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)