Mailinglist Archive: opensuse-buildservice (266 mails)
| < Previous | Next > |
[opensuse-buildservice] E: cyrus-imapd no-return-in-nonvoid-function auth_krb.c:389
- From: Richard Bos <rbos@xxxxxxxxxxxx>
- Date: Sun, 16 Nov 2008 11:50:50 +0100
- Message-id: <200811161150.51061.rbos@xxxxxxxxxxxx>
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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |