チケット #44801

Json protocol dio_put_*() to return int

登録: 2022-06-12 03:34 最終更新: 2022-06-24 21:24

報告者:
担当者:
チケットの種類:
状況:
完了
コンポーネント:
マイルストーン:
優先度:
5 - 中
重要度:
5 - 中
解決法:
修正済み
ファイル:
2

詳細

Split from https://www.hostedredmine.com/issues/745593 and continuation to #44458

Turn dio_put_*() return value to int, though all the functions can return just 0 at this point. Port parts of generate_packets.py changes from https://www.hostedredmine.com/issues/745593 that the API change allows.

チケットの履歴 (8 件中 3 件表示)

2022-06-12 03:34 更新者: cazfi
  • 新しいチケット "Json protocol dio_put_*() to return int" が作成されました
2022-06-12 05:14 更新者: cazfi
  • 担当者(未割り当て) から cazfi に更新されました
  • 解決法なし から 受領 に更新されました
2022-06-12 21:13 更新者: cazfi
  • 解決法受領 から なし に更新されました
コメント

clang gives a bunch of "variable 'e' set but not used" -warnings.

2022-06-13 00:36 更新者: cazfi
コメント

Reply To cazfi

clang gives a bunch of "variable 'e' set but not used" -warnings.

These indicate real bug - the "use" would be checking the error value, and certainly it should be made when ever error might have been set.

2022-06-13 01:20 更新者: cazfi
  • 解決法なし から 受領 に更新されました
コメント

Reply To cazfi

the "use" would be checking the error value, and certainly it should be made when ever error might have been set.

Fixed.

2022-06-24 21:24 更新者: cazfi
  • 状況オープン から 完了 に更新されました
  • 解決法受領 から 修正済み に更新されました

編集

このチケットにコメントを追加するには、ログインが必要です » ログインする