commit | 2165d0cacb93d47efee4653b3142ffae1cf58278 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Feb 01 01:24:10 2021 +0100 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 03 03:38:41 2021 -0700 |
tree | b35c3e6273fdd0c4cad0983de62563b54f815a90 | |
parent | f5dc7f67771a13c591218942b1f06a071650e5dd [diff] |
sandbox: mark os_abort() as noreturn gcc -fanalyzer needs the information that a function does not return to provide accurate information. os_abort() does not return. Mark it accordingly. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>