Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は現在、組み込みCプロジェクトに取り組んでおり、次のようなステートメントを含む古いコードを「継承」しています。
rxStruct = rxStruct;
ここで、rxStructは変数です。
そのようなステートメントの使用は何でしょうか?
これ以上の情報がない場合、このようなステートメントの1つの使用法は、未使用のパラメーターコンパイラーrxStructがパラメーターとして渡され、それ以外の場合は使用されない場合に警告するのを防ぐことです。
rxStruct