Hi again,

src/skins.c:771:9: variable ‘zBuiltin’ set but not used
[-Werror=unused-but-set-variable]
   char *zBuiltin;    /* SQL description of a built-in skin */

BR,
/J

On Mon, Dec 4, 2017 at 11:07 AM, Johan Kuuse <jo...@kuu.se> wrote:

> src/file.c:65
>
>
> #define RepoFILE   1    /* Follow symlinks if*f* allow-symlinks is OFF */
>
> Should be:
>
> #define RepoFILE   1    /* Follow symlinks if allow-symlinks is OFF */
>
>
>
> On Mon, Dec 4, 2017 at 10:56 AM, Johan Kuuse <jo...@kuu.se> wrote:
>
>> Hi,
>>
>> src/configure.c:343
>>
>> ** Update: Support for the old format was remoed on 2017-09-20.
>>
>> Should be:
>>
>> ** Update: Support for the old format was remo*v*ed on 2017-09-20.
>> BR,
>> Johan
>>
>
>
_______________________________________________
fossil-dev mailing list
fossil-dev@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev

Reply via email to