diff --git a/src/Fl_Gl_Window.cxx b/src/Fl_Gl_Window.cxx index 93e650a7c..8e179a6a3 100644 --- a/src/Fl_Gl_Window.cxx +++ b/src/Fl_Gl_Window.cxx @@ -24,7 +24,7 @@ extern int fl_gl_load_plugin; extern void gl_texture_reset(); #endif -static int temp = fl_gl_load_plugin; // don't remove me! I force linking of Fl_Gl_Device_Plugin.o +static volatile int temp = fl_gl_load_plugin; // don't remove me! I force linking of Fl_Gl_Device_Plugin.o #include #include