Thanks, that's from third party code. Except the LED parser, just removed
the unused function.

Best,
Scuri


Em ter, 4 de jun de 2019 às 16:22, Ranier VF <ranier_...@hotmail.com>
escreveu:

> Hi,
> Here some warnings coming from msvc compiler:
>
> c:\dll\iup\iup\srcmglplot\src\pde.cpp(221) : warning C4701: potentially
> uninitialized local variable 'ham' used
> c:\dll\iup\iup\srcmglplot\src\prim.cpp(403) : warning C4701: potentially
> uninitialized local variable 'n2' used
> c:\dll\iup\iup\srcmglplot\src\canvas.cpp(436) : warning C4701: potentially
> uninitialized local variable 'res' used
> c:\dll\iup\iup\srcmglplot\src\canvas.cpp(925) : warning C4706: assignment
> within conditional expression
> c:\dll\iup\iup\srcmglplot\src\parser.cpp(839) : warning C4701: potentially
> uninitialized local variable 'cond' used
> c:\dll\iup\iup\srcmglplot\src\parser.cpp(862) : warning C4701: potentially
> uninitialized local variable 'cond' used
> scintilla/lexers/LexLed.cxx(43) : warning C4505: 'LongDelimCheck' :
> unreferenced local function has been removed
> tOleHandler.cpp(251) : warning C4101: 'szl' : unreferenced local variable
> tOleHandler.cpp(364) : warning C4189: 'dwMode' : local variable is
> initialized but not referenced
> tOleHandler.cpp(363) : warning C4189: 'hr' : local variable is initialized
> but not referenced
> tOleHandler.cpp(911) : warning C4101: 'fEvents' : unreferenced local
> variable
> tOleInPlaceFrame.cpp(313) : warning C4101: 'hr' : unreferenced local
> variable
> tOleInPlaceSite.cpp(263) : warning C4101: 'msg' : unreferenced local
> variable
> tOleInPlaceSite.cpp(389) : warning C4101: 'rcl' : unreferenced local
> variable
> c:\dll\iup\iup\srcole\tOleControlSite.h(37) : warning C4265:
> 'tOleControlSite' : class has virtual functions, but destructor is not
> virtual
>          instances of this class may not be destructed correctly
> c:\dll\iup\iup\srcole\tDispatch.h(38) : warning C4265: 'tDispatch' : class
> has virtual functions, but destructor is not virtual
>          instances of this class may not be destructed correctly
>
> Best regards,
> Ranier Vilela
>
> _______________________________________________
> Iup-users mailing list
> Iup-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to