----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112458/#review39405 -----------------------------------------------------------
This review has been submitted with commit f3505b53746ec98e7806934428bf117b0582b1f0 by Michael Palimaka to branch master. - Commit Hook On Sept. 4, 2013, 5:49 a.m., Michael Palimaka wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/112458/ > ----------------------------------------------------------- > > (Updated Sept. 4, 2013, 5:49 a.m.) > > > Review request for kdelibs. > > > Description > ------- > > Since jpeg-9, build fails: khtml/imload/decoders/jpegloader.cpp:145:20: > error: cannot convert ‘bool’ to ‘boolean’ in return > > This is because in jpeg-9, the boolean typedef changes from int to typedef > enum { FALSE = 0, TRUE = 1 }. > > > Diffs > ----- > > khtml/imload/decoders/jpegloader.cpp > ea255726fdf1c310826c0037583aca3c5c741245 > > Diff: http://git.reviewboard.kde.org/r/112458/diff/ > > > Testing > ------- > > Also tested against jpeg-8d (previous stable) and libjpeg-turbo. > > > Thanks, > > Michael Palimaka > >
