kit-cel / gr-drm

DRM transmitter using GNU Radio
GNU General Public License v3.0
74 stars 27 forks source link

Build problem on openSUSE #13

Closed wkazubski closed 4 years ago

wkazubski commented 6 years ago

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 ...

wkazubski commented 4 years ago

No problem with latest gcc.Closing.