Hi,
msvc 2010 compiler warnings:

iupPlotDraw.cpp(322) : warning C4061: enumerator 'IUP_PLOT_XY' in switch of 
enum 'iupPlotLegendPosition' is not explicitly handled by a case label
        c:\dll\iup\iup\srcplot\iupPlot.h(21) : see declaration of 
'iupPlotLegendPosition'
iupPlotDraw.cpp(322) : warning C4061: enumerator 'IUP_PLOT_TOPRIGHT' in switch 
of enum 'iupPlotLegendPosition' is not explicitly handled by a case label
        c:\dll\iup\iup\srcplot\iupPlot.h(21) : see declaration of 
'iupPlotLegendPosition'
iupPlotDraw.cpp(465) : warning C4061: enumerator 'IUP_PLOT_XY' in switch of 
enum 'iupPlotLegendPosition' is not explicitly handled by a case label
        c:\dll\iup\iup\srcplot\iupPlot.h(21) : see declaration of 
'iupPlotLegendPosition'
iupPlotDraw.cpp(465) : warning C4061: enumerator 'IUP_PLOT_TOPRIGHT' in switch 
of enum 'iupPlotLegendPosition' is not explicitly handled by a case label
        c:\dll\iup\iup\srcplot\iupPlot.h(21) : see declaration of 
'iupPlotLegendPosition'


iupPlotData.cpp(123) : warning C4061: enumerator 'IUP_PLOT_ERRORBAR' in switch 
of enum 'iupPlotMode' is not explicitly handled by a case label
        c:\dll\iup\iup\srcplot\iupPlot.h(20) : see declaration of 'iupPlotMode'
iupPlotData.cpp(123) : warning C4061: enumerator 'IUP_PLOT_STEP' in switch of 
enum 'iupPlotMode' is not explicitly handled by a case label
        c:\dll\iup\iup\srcplot\iupPlot.h(20) : see declaration of 'iupPlotMode'
iupPlotData.cpp(123) : warning C4061: enumerator 'IUP_PLOT_MARKSTEM' in switch 
of enum 'iupPlotMode' is not explicitly handled by a case label
        c:\dll\iup\iup\srcplot\iupPlot.h(20) : see declaration of 'iupPlotMode'
iupPlotData.cpp(123) : warning C4061: enumerator 'IUP_PLOT_STEM' in switch of 
enum 'iupPlotMode' is not explicitly handled by a case label
        c:\dll\iup\iup\srcplot\iupPlot.h(20) : see declaration of 'iupPlotMode'
iupPlotData.cpp(123) : warning C4061: enumerator 'IUP_PLOT_AREA' in switch of 
enum 'iupPlotMode' is not explicitly handled by a case label
        c:\dll\iup\iup\srcplot\iupPlot.h(20) : see declaration of 'iupPlotMode'
iupPlotData.cpp(123) : warning C4061: enumerator 'IUP_PLOT_MARKLINE' in switch 
of enum 'iupPlotMode' is not explicitly handled by a case label
        c:\dll\iup\iup\srcplot\iupPlot.h(20) : see declaration of 'iupPlotMode'
iupPlotData.cpp(123) : warning C4061: enumerator 'IUP_PLOT_MARK' in switch of 
enum 'iupPlotMode' is not explicitly handled by a case label
        c:\dll\iup\iup\srcplot\iupPlot.h(20) : see declaration of 'iupPlotMode'
iupPlotData.cpp(123) : warning C4061: enumerator 'IUP_PLOT_LINE' in switch of 
enum 'iupPlotMode' is not explicitly handled by a case label
        c:\dll\iup\iup\srcplot\iupPlot.h(20) : see declaration of 'iupPlotMode'
iupPlotData.cpp(1557) : warning C4061: enumerator 'IUP_PLOT_NONE' in switch of 
enum 'iupPlotSliceLabel' is not explicitly handled by a case label
        c:\dll\iup\iup\srcplot\iupPlot.h(22) : see declaration of 
'iupPlotSliceLabel'

Best regards,
Ranier Vilela

_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to