[PATCH] no-return-in-non-void
Michal Vyskocil
mvyskocil at suse.cz
Mon Sep 14 05:51:37 PDT 2009
Hi,
our QA check found a minor error in IcedTeaPluginRequestProcessor.cc, the
following patch fixes it.
Index: icedtea6-1.6/plugin/icedteanp/IcedTeaPluginRequestProcessor.cc
===================================================================
--- icedtea6-1.6.orig/plugin/icedteanp/IcedTeaPluginRequestProcessor.cc
2009-09-08 16:19:48.000000000 +0200
+++ icedtea6-1.6/plugin/icedteanp/IcedTeaPluginRequestProcessor.cc
2009-09-14 10:07:55.835802751 +0200
@@ -683,6 +683,7 @@
result->result_ready = true;
+ return result;
}
void*
Regards
Michal Vyskocil
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20090914/ac1c7ee3/attachment.bin
More information about the distro-pkg-dev
mailing list