Task #1974
Updated by Zbigniew Rebacz almost 6 years ago
Here is the warning I had encountered during macOS TheIDE compilation process:
<pre> </pre>
/Users/rebaczz/Applications/TheIDE.app/Contents/SharedSupport/uppsrc/CodeEditor/TagSyntax.cpp (26): warning: unused function 'IsXmlNameChar' [-Wunused-function]
/Users/rebaczz/Applications/TheIDE.app/Contents/SharedSupport/uppsrc/Draw/Display.cpp (230): warning: unused function 'NScale' [-Wunused-function]
/Users/rebaczz/Applications/TheIDE.app/Contents/SharedSupport/uppsrc/Draw/Image.h (301): warning: private field 'img_init' is not used [-Wunused-private-field]
</pre> <pre>
<pre> </pre>
/Users/rebaczz/Applications/TheIDE.app/Contents/SharedSupport/uppsrc/CodeEditor/TagSyntax.cpp (26): warning: unused function 'IsXmlNameChar' [-Wunused-function]
/Users/rebaczz/Applications/TheIDE.app/Contents/SharedSupport/uppsrc/Draw/Display.cpp (230): warning: unused function 'NScale' [-Wunused-function]
/Users/rebaczz/Applications/TheIDE.app/Contents/SharedSupport/uppsrc/Draw/Image.h (301): warning: private field 'img_init' is not used [-Wunused-private-field]
</pre> <pre>