On 12/16/18 2:25 PM, Georgios Petasis wrote:

And now I noticed that in the tab "Messages", all compiler warnings are listed:

https://ci.appveyor.com/project/petasis/tcl-rivet/build/messages

So, we can easily fix them :-)

Best,

George


excellent! I worked on those warnings and fixed them in winbuild.
These changes resulted in resolving some ambiguities in implicitly casting size_t or apr_off_t (which is a size_t itself ad declared in apr.h) to int. I also changed some function arguments or structure fields wherever an argument was unambiguously a size_t. Basically the type casts to 'int' is mostly needed to call Tcl functions

I meant to use the winbuild branch for any development on the Windows build system that required modifications that could interfere with the build on Linux. I wonder if appveyor could point to this branch instead of master.


 -- Massimo

---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org
For additional commands, e-mail: rivet-dev-h...@tcl.apache.org

Reply via email to