generated from ut-issl/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
未使用変数の削除 #70
Labels
Milestone
Comments
一応確認ですが、どのコンパイラでのwarningを想定していますか? |
コンパイラ情報が抜けていましたが,vMicroでなく Clang on Linux32です.なので直近急いで対応が必要という感じではないと思ってます. |
わかりました。では、priorityもlowに変えておきますね。 |
こちらである程度warningが潰されているので、要確認。 |
200km
added
🚗 priority::low
priority low
and removed
🚀 priority::high
priority high
labels
Jul 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
概要
未使用変数があり,コンパイラでワーニングが出ているとのことなので対応する.
詳細
別リポジトリではコンパイラでワーニングをCIで落としており,そこで未使用変数が問題となっていた.
該当箇所は以下:
c2a-aobc/src/src_user/Library/SignalProcess/spike_filter.c
Lines 18 to 19 in a19d446
c2a-aobc/src/src_user/Library/quaternion.c
Line 73 in a19d446
c2a-aobc/src/src_user/Library/quaternion.c
Line 98 in a19d446
c2a-aobc/src/src_user/Library/quaternion.c
Line 233 in a19d446
c2a-aobc/src/src_user/Library/quaternion.c
Line 245 in a19d446
c2a-aobc/src/src_user/Library/quaternion.c
Line 257 in a19d446
c2a-aobc/src/src_user/Library/quaternion.c
Line 310 in a19d446
c2a-aobc/src/src_user/Library/quaternion.c
Line 347 in a19d446
c2a-aobc/src/src_user/Library/quaternion.c
Line 394 in a19d446
ワーニングをCIで落とすようになったら対応が必要になる.
close条件
上記の未使用変数について,以下のどちらかの対策を取ったら
備考
なにかあれば
注意
priority
ラベルを付けることThe text was updated successfully, but these errors were encountered: