< prev index next >

src/java.desktop/share/native/libsplashscreen/splashscreen_png.c

Print this page

        

@@ -48,11 +48,11 @@
     int stride;
     ImageFormat srcFormat;
     png_uint_32 i, rowbytes;
     volatile png_bytepp row_pointers = NULL;
     volatile png_bytep image_data = NULL;
-    int success = 0;
+    volatile int success = 0;
     double gamma;
 
     png_structp png_ptr = NULL;
     png_infop info_ptr = NULL;
 
< prev index next >