Fix compiler warnings
authorFabian Keil <fk@fabiankeil.de>
Tue, 23 Oct 2018 14:40:34 +0000 (16:40 +0200)
committerFabian Keil <fk@fabiankeil.de>
Tue, 23 Oct 2018 15:00:42 +0000 (17:00 +0200)
commit2febce5d76114e1bf95bbd6ffea81567e8e6fb3f
treedc9780aef59d8a98e4969b2e3655e0d4cc1fd96f
parentf55c721b5a0f4ef96141f7e192ce6902151b1462
Fix compiler warnings

loaders.c:1237:18: warning: implicit conversion changes signedness: 'jb_err' (aka 'enum privoxy_err') to 'int' [-Wsign-conversion]
         error = enlist(bl->patterns, buf);
               ~ ^~~~~~~~~~~~~~~~~~~~~~~~~
loaders.c:1254:18: warning: implicit conversion changes signedness: 'jb_err' (aka 'enum privoxy_err') to 'int' [-Wsign-conversion]
         error = enlist(bl->patterns, buf);
               ~ ^~~~~~~~~~~~~~~~~~~~~~~~~
loaders.c