Address some of the compiler and static analyzers warnings

This commit is contained in:
Milan Crha
2018-05-17 15:12:20 +02:00
parent 563e593451
commit ed7add9842
100 changed files with 666 additions and 321 deletions
+1
View File
@@ -1304,6 +1304,7 @@ e_shell_window_get_shell_view (EShellWindow *shell_window,
return shell_view;
class = E_SHELL_WINDOW_GET_CLASS (shell_window);
g_return_val_if_fail (class != NULL, NULL);
g_return_val_if_fail (class->create_shell_view != NULL, NULL);
shell_view = class->create_shell_view (shell_window, view_name);