Jan Dubiec
unread,Mar 2, 2018, 10:47:35 PM3/2/18Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hugin and other free panoramic software
These two diffs fix two issues:
1. "pragma comment (lib ...)" is specific for MS toolchain, so it should
be compiled conditinally,
2. Batch::GetFirstAvailable() returns int, so loop variable i in
Batch::RunNextInBatch() should be declared as int in order to avoid
signed/unsigned comparison (and warning during compilation).
/J.D.