On Wed, Jan 2, 2013 at 8:56 AM, Baptiste Daroussin <
baptiste.darous...@gmail.com> wrote:

> ...

For the test, I run configure --json --markdown
>
> If you think it is worth fixing those, I can provide a patch, next
> week (I'll be off the rest of the week)
>

Hiho,

Thank you, i'll take care of the JSON warnings this week (possibly today -
i'm alone at the office).


> In file included from ./src/json_timeline.c:21:
> bld/json_timeline.h:329:12: warning: duplicate 'const' declaration
> specifier [-Wduplicate-decl-specifier]
> const char const *json_timeline_query(void);
>            ^
> ./src/json_timeline.c:95:12: warning: duplicate 'const' declaration
> specifier [-Wduplicate-decl-specifier]
> const char const * json_timeline_query(void){
>

That was possibly supposed to be (char const * const).


> ./src/cson_amalgamation.c:4385:20: warning: comparison of unsigned
> expression < 0 is always false [-Wtautological-compare]
>     if( ! arg || (n<0) ) return cson_rc.ArgError;
>

That was fixed at some point in the standalone cson library build - i'll
get that fix integrated.

Thanks for the notes.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to