mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
window: ignore STATE_0
This commit is contained in:
@ -329,6 +329,7 @@ sp_window_set_state (SpWindow *self,
|
||||
sp_window_set_profiler (self, profiler);
|
||||
break;
|
||||
|
||||
case SP_WINDOW_STATE_0:
|
||||
default:
|
||||
g_warning ("Unknown state: %0d", state);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user