「モデレートされています」と表示されて書き込めません

リカルドです。

「どうしてエラーにならないんだろう?」に次のように返信しようとしましたが、「モデレートされています」と表示されて書き込めません。

どうしてなんでしょう。

********************************************************

リカルドです。
 
●わわいさんの次の書き込みをヒントに、数字だけだったらどうなるのか試してみました。
 
>関数のかっこを抜かした関数名だけ、ってのはその関数のアドレスを示します。
>エラーにはなりませんが、これでワーニングは出ます。
 
 
●プログラムは次の通りです。
 
void main (void) { 123 ; }
 
 
●結果は次の通りです。
 
========== 全リビルドの開始(2025年5月6日 12:19:30) ==========
------ ビルド開始(Study, DefaultBuild) ------
>..\..\User_Files\C_Files\000_PowerON_Reset\000_PowerON_Reset.C
>..\..\..\_Include\SYS_Section.SRC
>DefaultBuild\Study.abs DefaultBuild\Study.mot
W0561017:Paid license of CC-RX V3 is not found, and the evaluation period has expired. Please consider purchasing the product.
W0561017:Paid license of CC-RX V3 is not found, and the evaluation period has expired. Please consider purchasing the product.
Renesas Optimizing Linker Completed
>..\..\User_Files\C_Files\000_PowerON_Reset\000_PowerON_Reset.C
>..\..\User_Files\C_Files\000_PowerON_Reset\000_PowerON_Reset.C
>DefaultBuild\Study.abs DefaultBuild\Study.mot
W0561017:Paid license of CC-RX V3 is not found, and the evaluation period has expired. Please consider purchasing the product.
M0560101:No stack information in "DefaultBuild\SYS_Section.obj"
W0561017:Paid license of CC-RX V3 is not found, and the evaluation period has expired. Please consider purchasing the product.
Renesas Optimizing Linker Completed
------ ビルド終了(エラー:0個, 警告:4個)(Study, DefaultBuild) ------
========== 終了しました(成功:1プロジェクト, 失敗:0プロジェクト)(2025年5月6日 12:19:32) ==========
 
 
●「 123 ; 」は、C言語的に意味が有るのでしょうか?
 
 エラーにならないのだったら、何か意味が有るのでしょうか?
 
==========================================
 
Yamamoto さん
 
>「Forums &Groups」で関連するグループへ移動後「+新規」で投稿しましょう。
 
 有難う御座います。

Parents Reply Children
No Data