|
We get build logs all of the time but many compiler warnings are basically meaningless. The warnings your build log shows are not real issues. Given we compile Sigil with 3 different compilers (visual studios, clang, gcc) not to mention multiple versions of each, we focus in fixing only warnings that actually indicate something important.
|