Hi, I'm getting the following buildoutput: ... running 02-check-gcc-output ... testing for serious compiler warnings (using /usr/lib/build/checks-data/check_gcc_output) (using /var/tmp/build-root-openSUSE_Factory-i586/.build.log) I: Program returns random data in a function E: cyrus-imapd no-return-in-nonvoid-function auth_krb.c:389 Which is related to this piece of code: 380 381 struct auth_mech auth_krb = 382 { 383 "krb", /* name */ 384 385 &mycanonifyid, 386 &mymemberof, 387 &mynewstate, 388 &myfreestate, 389 }; Is it possible to prevent the rpmlint error message? If so, what should be added to the code to prevent the error? The error results in a failed build and no packages :( -- Richard -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org