b71c6c3740
OBS-URL: https://build.opensuse.org/package/show/Base:System/post-build-checks?expand=0&rev=18
11 lines
721 B
Diff
11 lines
721 B
Diff
--- checks-data/check_gcc_output
|
|
+++ checks-data/check_gcc_output
|
|
@@ -22,6 +22,7 @@
|
|
'warning:.*ignoring return value of (?:.*alloc.*|set.*uid), declared with' => "unchecked-return-value",
|
|
'warning:.*type-punned.*strict-aliasing' => "strict-aliasing-punning",
|
|
'warning:.*control reaches end of non-void function' => "no-return-in-nonvoid-function",
|
|
+ 'warning:.*no return statement in function returning non-void' => "no-return-in-nonvoid-function",
|
|
'warning:.*format not a string literal and no format arguments' => "format-security",
|
|
'warning:.*missing sentinel in function call' => "missing-sentinel",
|
|
'warning:.*call to .* will always overflow destination buffer' => "bufferoverflow",
|