I am trying to build gr-drm for openSUSE using openSUSE Build Service. The latest snapshot builds succesfully but after that package quality check reports two problems serious enough to mark build as failed and discard packages. The messages are:
...
I: Program causes undefined operation
(likely same variable used twice and post/pre incremented in the same expression).
e.g. x = x++; Split it in two operations.
W: gr-drm sequence-point /home/abuild/rpmbuild/BUILD/gr-drm/lib/generate_fac_b_impl.cc:309
I: Statement might potentially overflow a destination buffer, where a size larger
than the actual buffer was specified
E: gr-drm destbufferoverflow /home/abuild/rpmbuild/BUILD/gr-drm/lib/cell_mapping_cc_impl.cc:199:11
...
I am trying to build gr-drm for openSUSE using openSUSE Build Service. The latest snapshot builds succesfully but after that package quality check reports two problems serious enough to mark build as failed and discard packages. The messages are: ... I: Program causes undefined operation (likely same variable used twice and post/pre incremented in the same expression). e.g. x = x++; Split it in two operations. W: gr-drm sequence-point /home/abuild/rpmbuild/BUILD/gr-drm/lib/generate_fac_b_impl.cc:309
I: Statement might potentially overflow a destination buffer, where a size larger than the actual buffer was specified E: gr-drm destbufferoverflow /home/abuild/rpmbuild/BUILD/gr-drm/lib/cell_mapping_cc_impl.cc:199:11 ...