File libdvbpsi-gcc5-fixes.patch of Package libdvbpsi
--- misc/test_dr.h.orig 2015-06-08 14:07:40.455936279 +0200 +++ misc/test_dr.h 2015-06-08 14:07:40.485935688 +0200 @@ -103,7 +103,7 @@ #define BOZO_end_boolean(name) \ s_decoded.name += 12; \ - } while(!i_err && (s_decoded.name <= 12)); \ + } while(!i_err); \ fprintf(stdout, "\r iteration count: %22"PRI64d, i_loop_count); \ if(i_err) \ fprintf(stdout, " FAILED !!!\n"); \