Skip to content

Commit

Permalink
[vpsAdminOS] fix compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
snajpa committed Sep 2, 2024
1 parent a3f41b0 commit 20241e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/os/linux/spl/sys/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@
* Until the toolchain stops doing this, we must only define this attribute on
* spl_panic() when doing static analysis.
*/
#if defined(__COVERITY__) || defined(__clang_analyzer__)
__attribute__((__noreturn__))
#endif
extern void spl_panic(const char *file, const char *func, int line,
const char *fmt, ...);
extern void spl_dumpstack(void);
Expand Down

0 comments on commit 20241e5

Please sign in to comment.