|
| checkersReport | | information | Active checkers: There was critical errors (use --checkers-report=<filename> to see details) | Wed Aug 13 13:02:00 2025 |
src/cafevaluearray.c |
65 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_BOXED_TYPE is a macro then please configure it. | Wed Aug 13 13:02:00 2025 |
src/eggdesktopfile.c |
57 | staticFunction | | style | The function 'egg_desktop_file_new' should have static linkage since it is not used outside of its translation unit. | Wed Aug 13 13:02:00 2025 |
155 | staticFunction | | style | The function 'egg_desktop_file_new_from_key_file' should have static linkage since it is not used outside of its translation unit. | Wed Aug 13 13:02:00 2025 |
312 | staticFunction | | style | The function 'egg_desktop_file_free' should have static linkage since it is not used outside of its translation unit. | Wed Aug 13 13:02:00 2025 |
330 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
344 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
358 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
379 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
568 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
587 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
603 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
603 | staticFunction | | style | The function 'egg_desktop_file_accepts_uris' should have static linkage since it is not used outside of its translation unit. | Wed Aug 13 13:02:00 2025 |
642 | constParameterPointer | 398 | style | Parameter 'desktop_file' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
650 | constVariablePointer | 398 | style | Variable 'doc' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
1404 | staticFunction | | style | The function 'egg_desktop_file_error_quark' should have static linkage since it is not used outside of its translation unit. | Wed Aug 13 13:02:00 2025 |
src/eggsmclient-xsmp.c |
173 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. | Wed Aug 13 13:02:00 2025 |
src/eggsmclient.c |
49 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. | Wed Aug 13 13:02:00 2025 |
src/extra-strings.c |
24 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If N_ is a macro then please configure it. | Wed Aug 13 13:02:00 2025 |
src/profile-editor.c |
135 | constParameterCallback | 398 | style | Parameter 'pspec' can be declared as pointer to const. However it seems that 'profile_notify_sensitivity_cb' is a callback function, if 'pspec' is declared with const you might also need to cast function pointer(s). | Wed Aug 13 13:02:00 2025 |
557 | constParameterCallback | 398 | style | Parameter 'scale' can be declared as pointer to const. However it seems that 'format_percent_value' is a callback function, if 'scale' is declared with const you might also need to cast function pointer(s). | Wed Aug 13 13:02:00 2025 |
559 | constParameterCallback | 398 | style | Parameter 'data' can be declared as pointer to const. However it seems that 'format_percent_value' is a callback function, if 'data' is declared with const you might also need to cast function pointer(s). | Wed Aug 13 13:02:00 2025 |
src/skey-popup.c |
93 | oppositeInnerCondition | 398 | warning | Opposite inner 'if' condition leads to a dead code block. | Wed Aug 13 13:02:00 2025 |
109 | oppositeInnerCondition | 398 | warning | Opposite inner 'if' condition leads to a dead code block. | Wed Aug 13 13:02:00 2025 |
187 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. | Wed Aug 13 13:02:00 2025 |
src/skey/btoe.c |
247 | constParameterPointer | 398 | style | Parameter 'md' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
283 | constParameterPointer | 398 | style | Parameter 's' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
src/skey/md4.c |
62 | staticFunction | | style | The function 'MD4Init' should have static linkage since it is not used outside of its translation unit. | Wed Aug 13 13:02:00 2025 |
64 | nullPointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
64 | ctunullpointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
65 | nullPointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
66 | nullPointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
67 | nullPointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
69 | nullPointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
70 | nullPointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
77 | staticFunction | | style | The function 'MD4Update' should have static linkage since it is not used outside of its translation unit. | Wed Aug 13 13:02:00 2025 |
84 | nullPointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
84 | ctunullpointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
85 | nullPointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
87 | nullPointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
113 | nullPointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
115 | nullPointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
115 | nullPointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
122 | nullPointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
129 | staticFunction | | style | The function 'MD4Final' should have static linkage since it is not used outside of its translation unit. | Wed Aug 13 13:02:00 2025 |
135 | nullPointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
135 | ctunullpointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
139 | nullPointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
164 | nullPointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
164 | nullPointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
165 | nullPointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
165 | nullPointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
167 | nullPointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
167 | nullPointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
172 | nullPointerOutOfMemory | 476 | warning | If memory allocation fails, then there is a possible null pointer dereference: ctx | Wed Aug 13 13:02:00 2025 |
198 | staticFunction | | style | The function 'MD4Transform' should have static linkage since it is not used outside of its translation unit. | Wed Aug 13 13:02:00 2025 |
src/terminal-accels.c |
999 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. | Wed Aug 13 13:02:00 2025 |
src/terminal-app.c |
1398 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE is a macro then please configure it. | Wed Aug 13 13:02:00 2025 |
src/terminal-close-button.c |
30 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_CODE is a macro then please configure it. | Wed Aug 13 13:02:00 2025 |
src/terminal-encoding.c |
139 | unusedStructMember | 563 | style | struct member 'EncodingDialogData::available_model' is never used. | Wed Aug 13 13:02:00 2025 |
142 | unusedStructMember | 563 | style | struct member 'EncodingDialogData::active_model' is never used. | Wed Aug 13 13:02:00 2025 |
150 | staticFunction | | style | The function 'terminal_encoding_new' should have static linkage since it is not used outside of its translation unit. | Wed Aug 13 13:02:00 2025 |
169 | staticFunction | | style | The function 'terminal_encoding_ref' should have static linkage since it is not used outside of its translation unit. | Wed Aug 13 13:02:00 2025 |
178 | staticFunction | | style | The function 'terminal_encoding_unref' should have static linkage since it is not used outside of its translation unit. | Wed Aug 13 13:02:00 2025 |
189 | constParameterPointer | 398 | style | Parameter 'encoding' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
189 | staticFunction | | style | The function 'terminal_encoding_get_id' should have static linkage since it is not used outside of its translation unit. | Wed Aug 13 13:02:00 2025 |
197 | constParameterPointer | 398 | style | Parameter 'encoding' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
197 | staticFunction | | style | The function 'terminal_encoding_get_charset' should have static linkage since it is not used outside of its translation unit. | Wed Aug 13 13:02:00 2025 |
213 | staticFunction | | style | The function 'terminal_encoding_is_valid' should have static linkage since it is not used outside of its translation unit. | Wed Aug 13 13:02:00 2025 |
273 | staticFunction | | style | The function 'terminal_encoding_get_type' should have static linkage since it is not used outside of its translation unit. | Wed Aug 13 13:02:00 2025 |
350 | constParameterCallback | 398 | style | Parameter 'button' can be declared as pointer to const. However it seems that 'button_clicked_cb' is a callback function, if 'button' is declared with const you might also need to cast function pointer(s). | Wed Aug 13 13:02:00 2025 |
480 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. | Wed Aug 13 13:02:00 2025 |
src/terminal-info-bar.c |
30 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. | Wed Aug 13 13:02:00 2025 |
src/terminal-profile.c |
458 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
508 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
728 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
770 | constVariablePointer | 398 | style | Variable 'color' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
821 | constVariablePointer | 398 | style | Variable 'color' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
1168 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
1351 | staticFunction | | style | The function '_terminal_profile_forget' should have static linkage since it is not used outside of its translation unit. | Wed Aug 13 13:02:00 2025 |
1565 | constVariablePointer | 398 | style | Variable 'pspec' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
1595 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
1610 | constVariablePointer | 398 | style | Variable 'color' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
1663 | constVariablePointer | 398 | style | Variable 'priv' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
1666 | constVariablePointer | 398 | style | Variable 'old_color' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
src/terminal-screen-container.c |
53 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. | Wed Aug 13 13:02:00 2025 |
src/terminal-screen.c |
198 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. | Wed Aug 13 13:02:00 2025 |
src/terminal-search-dialog.c |
97 | varFuncNullUB | 475 | portability | Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. | Wed Aug 13 13:02:00 2025 |
310 | staticFunction | | style | The function 'terminal_search_dialog_get_search_text' should have static linkage since it is not used outside of its translation unit. | Wed Aug 13 13:02:00 2025 |
343 | staticFunction | | style | The function 'terminal_search_dialog_get_regex' should have static linkage since it is not used outside of its translation unit. | Wed Aug 13 13:02:00 2025 |
src/terminal-tabs-menu.c |
67 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. | Wed Aug 13 13:02:00 2025 |
src/terminal-util.c |
390 | staticFunction | | style | The function 'terminal_util_key_file_set_string_escape' should have static linkage since it is not used outside of its translation unit. | Wed Aug 13 13:02:00 2025 |
657 | constParameterPointer | 398 | style | Parameter 'env_table' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
658 | constParameterPointer | 398 | style | Parameter 'settings' can be declared as pointer to const | Wed Aug 13 13:02:00 2025 |
src/terminal-window.c |
268 | unknownMacro | | error | There is an unknown macro here somewhere. Configuration is required. If G_DEFINE_TYPE_WITH_PRIVATE is a macro then please configure it. | Wed Aug 13 13:02:00 2025 |