remove EINA_WARN_UNUSED_RESULT on functions that return nothing
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 9 May 2009 06:59:00 +0000 (06:59 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 9 May 2009 06:59:00 +0000 (06:59 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@40565 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/Evas.h

index dab1e03..c72bee7 100644 (file)
@@ -1013,7 +1013,7 @@ extern "C" {
    EAPI void              evas_cserve_image_cache_contents_clean (Evas_Cserve_Image_Cache *cache) EINA_PURE;
    EAPI Eina_Bool         evas_cserve_config_get                 (Evas_Cserve_Config *config) EINA_WARN_UNUSED_RESULT EINA_PURE;
    EAPI Eina_Bool         evas_cserve_config_set                 (Evas_Cserve_Config *config) EINA_WARN_UNUSED_RESULT EINA_PURE;
-   EAPI void              evas_cserve_disconnect                 (void) EINA_WARN_UNUSED_RESULT EINA_PURE;
+   EAPI void              evas_cserve_disconnect                 (void) EINA_PURE;
        
 /* Evas utility routines for color space conversions */
 /* hsv color space has h in the range 0.0 to 360.0, and s,v in the range 0.0 to 1.0 */