On 13 June 2016 at 05:53, Richard Hipp <d...@sqlite.org> wrote:
> On 6/10/16, Richard Hipp <d...@sqlite.org> wrote:
>> Any objections to cutting the Fossil 1.35 release sometime early next week?
>
> There have been a few minor patches and some merges since the
> previous.  Are there any further objections to doing version 1.35
> later today or early tomorrow?
>

Maybe fix these minor warnings?

 -g -O2 -DHAVE_AUTOCONFIG_H -D_HAVE_SQLITE_CONFIG_H -O2 -pipe   -o
bld/lookslike.o -c bld/lookslike_.c
./src/lookslike.c:162:57: warning: '&&' within '||' [-Wlogical-op-parentheses]
      if( ((c&0xc0)!=0x80) || ((c2<0xc2) || (c2>=0xf4)) &&
                           ~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~
./src/lookslike.c:162:57: note: place parentheses around the '&&'
expression to silence this warning
      if( ((c&0xc0)!=0x80) || ((c2<0xc2) || (c2>=0xf4)) &&




> --
> D. Richard Hipp
> d...@sqlite.org


-- 
-------
inum: 883510009027723
sip: jungleboo...@sip2sip.info
xmpp: jungle-boo...@jit.si
_______________________________________________
fossil-dev mailing list
fossil-dev@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev

Reply via email to