Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

r12682

(1/2) > >>

LETARTARE:
-Win7 Business Pack1 64bits : wx-3.1.5, gcc-8.1.0,

I compile at the moment 'r12682':
in 'wxsitemres.cpp:379, 425'

--- Code: ---Header = wxsCoder::RebuildCode(Indentation, Header.c_str(), Header.length(), EOL);
--- End code ---
The compiler complains that an object is missing from the call  :  'RebuildCode(...)' is private and not 'static'

in 'wxsCoder.h' :

--- Code: ---public:
        /** \brief Rebuilding code to support current editor settings */
        static wxString RebuildCode(wxString& BaseIndentation,const wxChar* Code,int CodeLen,wxString& EOL);
private:
--- End code ---
allows to compile correctly.

Corrected in r12683 !!

*** an other
in 'wxPdfDocument::PutPatterns():2335' in   'switch (pattern->GetPatternStyle()) it's missing

--- Code: ---case wxPDF_PATTERNSTYLE_NONE :
          break;
 case wxPDF_PATTERNSTYLE_TEMPLATE:
          break;
case wxPDF_PATTERNSTYLE_IMAGE:
          break;
--- End code ---



gd_on:
May be r12683 has already corrected the problem ...

LETARTARE:
YES !
But there is something else ...

Miguel Gimenez:
wxPdfDocument is external, any issue should be reported to Ulrich Telle:

https://github.com/utelle/wxpdfdoc

If you are concerned by warnings, a simple "default" will fix them.

LETARTARE:
Thanks

Navigation

[0] Message Index

[#] Next page

Go to full version