** Changed in: hugin
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Hugin Bug
Hunters, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/1538483

Title:
  Unused local type definitions

Status in Hugin:
  Fix Released

Bug description:
  While compiling with "g++ -Wall" a lot of warnings of this type are
  reported:

  In file included from d:/Works/Hugin/src/tools/autooptimiser.cpp:50:0:
  d:/Works/Hugin/src/tools/ExtractPoints.h: In function 
'std::vector<ValueType*> 
loadImagesPyr(std::vector<std::__cxx11::basic_string<char> >, int, int)':
  d:/Works/Hugin/src/tools/ExtractPoints.h:42:44: warning: typedef 'PixelType' 
locally defined but not used [-Wunused-local-typedefs]
       typedef typename ImageType::value_type PixelType;
                                              ^

  In the attached patches I have commented out these typedefs but
  perhaps they should be simply deleted.

  Regards,
  /J.D.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1538483/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~hugin-bug-hunters
Post to     : hugin-bug-hunters@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-bug-hunters
More help   : https://help.launchpad.net/ListHelp

Reply via email to