Closed ghost closed 9 years ago
(I suspect the above one is a wxWidgets bug?)
It comes from a 3rd party library used by the DbExplorer plugin, anyways, fixed now
^ and several more of this kind.
These can't be fixed reliably as they are coming from an auto-generated code (yacc code) We can fix it now, next time we generate the code, these error will re-surface
Finally: codelite/CodeFormatter/formatoptions.h:185:83: warning: control reaches end of non-void function [-Wreturn-type] ...SetPHPFormatterOptions(size_t options) { m_phpFormatOptions = options; }
Fixed
(I suspect the above one is a wxWidgets bug?)
^ and several more of this kind.
Finally:
There are even more warnings reported by Clang but I'm not sure if it's worth to care about them; I've selected only those that I've found outstanding.