On Aug 29, 2016, at 9:52 AM, Warren Young <[email protected]> wrote: > > On Aug 29, 2016, at 8:19 AM, Richard Hipp <[email protected]> wrote: >> >> On 8/29/16, Warren Young <[email protected]> wrote: >>> >>> That’s only a partial fix. You also need to add a prototype for >>> uvstat_page() to one of the header files that src/doc.c includes, so the >>> compiler would catch that. >> >> The header files in Fossil are automatically generated. > > Okay, in that case, the problem is that doc.c doesn’t include unversioned.h
Never mind. I hadn’t clicked through from your previous link to the actual documentation: https://www.fossil-scm.org/fossil/doc/trunk/src/makeheaders.html Now I see that the actual problem is that the generated doc.h file contains the correct prototype, and GCC isn’t warning about it as Solaris cc does. I seem to recall a post not that long ago claiming that turning up warnings never flags real problems. Ahem. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

