i965/blorp: fix release build unused variable warning
[mesa.git] / src / mesa / state_tracker / st_manager.c
index 0f71e6311b1f901ac73a116167701b5858de8255..c3d8286b5a712daa0c7d2a592e0737d34c0b6492 100644 (file)
@@ -680,7 +680,9 @@ st_api_create_context(struct st_api *stapi, struct st_manager *smapi,
       }
 
       st->ctx->Const.ContextFlags |= GL_CONTEXT_FLAG_DEBUG_BIT;
+   }
 
+   if (st->ctx->Const.ContextFlags & GL_CONTEXT_FLAG_DEBUG_BIT) {
       st_update_debug_callback(st);
    }