回答編集履歴

1

補足追加

2023/03/01 06:11

投稿

otn
otn

スコア84555

test CHANGED
@@ -8,6 +8,9 @@
8
8
  > note: an argument type that has a default promotion can’t match an empty parameter name list declaration
9
9
  の意味です。
10
10
 
11
+ > conflicting types for ‘running_fifo’
12
+ は、`float (double, ポインタ)`と`float(float, ポインタ)`という関数の型が一致していないという意味です。
13
+
11
14
  > 他のプログラムでも関数の本体と宣言を同じ形で書いているのですが、
12
15
  なので、実引数がプロモートされた型と関数定義時の仮引数型が同じであれば、エラーになりません。
13
16