I’m trying to build a few development snapshots from some GTK2 engines (murrine and equinox) and currently I’m having some problems due to rpmlint.
The problem is that the function force_widget_redraw in src/animation.c is supposed to return a gboolean but there’s no return statement in the body of the function.
This triggers the following effect on rpmlint:
Preparing packages for installation...
gtk2-engine-murrine-0.91.0-git20100820
... running 01-check-debuginfo
... testing for empty debuginfo packages
... running 02-check-gcc-output
... testing for serious compiler warnings
(using /usr/lib/build/checks-data/check_gcc_output)
(using /var/tmp/build-root/.build.log)
I: Program returns random data in a function
E: gtk2-engine-murrine no-return-in-nonvoid-function ./src/animation.c:57
I: Program returns random data in a function
E: gtk2-engine-murrine no-return-in-nonvoid-function ./src/animation.c:57
Is it possible to disable rpmlint checks for a single package from my side so it bypasses rpmlint?