]> granicus.if.org Git - liblinear/commit
We fix the warning messege of the 'fscanf' function in this commit.
authorwillchen <will945945945@gmail.com>
Mon, 20 Jul 2015 12:47:19 +0000 (20:47 +0800)
committerwillchen <will945945945@gmail.com>
Mon, 20 Jul 2015 12:47:19 +0000 (20:47 +0800)
commit8f79dbef9d228b14a2b251d1d76acb61184d313a
tree7400cfb9cc9956d0aedaa3301fd03a72b51ad9cc
parent09a67f2b5004418e51a631c333b497a291c76b6d
We fix the warning messege of the 'fscanf' function in this commit.

In the last one 'fscanf', we use the 'if' statment to check the 'return value'
because its 'return value' is different from the others.

Note that '__VA_ARGS__' in the 'define' function is not support in C89.
linear.cpp