Compiling hugin I got this warning:
        /usr/src/hugin/hugin_hg/src/hugin1/hugin/MainFrame.cpp:703: warning: 
case label value exceeds maximum value for type

Looking at the source there is a
         switch(opts.outputMode) 
But outputMode is of type OutputMode, which is a enum for two values 
(OUTPUT_LDR, OUTPUT_HDR)

In this switch we use values like
        PanoramaOptions::TIFF
which are from enum FileFormat.

So at least this code looks suspicious to me.

        Kornel
-- 
Kornel Benko
[email protected]

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to