File icedtea-web-1.0.2-no-return-in-nonvoid-function.patch of Package icedtea-web
Index: icedtea-web-1.4pre1/plugin/icedteanp/IcedTeaPluginRequestProcessor.cc
===================================================================
--- icedtea-web-1.4pre1.orig/plugin/icedteanp/IcedTeaPluginRequestProcessor.cc
+++ icedtea-web-1.4pre1/plugin/icedteanp/IcedTeaPluginRequestProcessor.cc
@@ -734,6 +734,7 @@ queue_processor(void* data)
}
pthread_cleanup_pop(1);
+ return NULL;
}
/******************************************