JDimproved / JDim

2ch browser for linux
https://jdimproved.github.io/JDim/
GNU General Public License v2.0
46 stars 11 forks source link

Fix compiler waning for -Wmissing-noreturn #1289

Closed ma8ma closed 11 months ago

ma8ma commented 11 months ago

noreturn属性をつけることができる関数があるとコンパイラーに指摘されたため修正します。

clang-17のレポート (file pathを一部省略)

src/main.cpp:47:1: warning: function 'sig_handler' could be declared with attribute 'noreturn' [-Wmissing-noreturn]
   47 | {
      | ^