チケット #44775

Functions with 'void' argument list in C++

登録: 2022-06-08 11:58 最終更新: 2022-06-08 11:58

報告者:
担当者:
(未割り当て)
チケットの種類:
状況:
オープン
コンポーネント:
マイルストーン:
(未割り当て)
優先度:
5 - 中
重要度:
5 - 中
解決法:
なし
ファイル:
なし

詳細

We have quite a number of functions taking 'void' argument list in our C++ code.

From the CodingStyle: "Functions that take no arguments should be declared and defined with 'void' argument list in C code, and empty argument list in C++ code."

While this is not as bad as having it the other way (empty argument list in C-code, while it should be 'void'), it should still be corrected.

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

2022-06-08 11:58 更新者: cazfi
  • 新しいチケット "Functions with 'void' argument list in C++" が作成されました

添付ファイルリスト

添付ファイルはありません

編集

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