1. ホーム
  2. Qt

Werror=unused-but-set-variableエラーの解決法

2022-02-20 22:59:06

コンパイル時に set but not used [-Werror=unused-but-set-variable] が発生した場合の対処法


makefile の中で -Werror=unused-but-set-variable(未使用の設定変数) もし、makefileの中に見つからない場合は、makefile.inディレクトリの中にあるはずです。