]> granicus.if.org Git - curl/commit
parseconfig: Value stored to 'line' is never read
authorDaniel Stenberg <daniel@haxx.se>
Sat, 17 Apr 2010 16:59:54 +0000 (18:59 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 17 Apr 2010 16:59:54 +0000 (18:59 +0200)
commit5d93525f30e8b2a422644b4ec09a82ebf04283cd
tree5bf4e5415aab99cff04b964254a25212ef39f6ca
parentb7848e4a7272e5319cf5794ec59ecaa955642e1c
parseconfig: Value stored to 'line' is never read

Make the function call with (void) as we don't care about the
return code.
src/main.c