ada: Small consistency fix
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 22 Oct 2022 10:48:13 +0000 (12:48 +0200)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 8 Nov 2022 08:35:02 +0000 (09:35 +0100)
gcc/ada/

* fe.h (Get_Warn_On_Questionable_Layout): Add void parameter.

gcc/ada/fe.h

index 8102c6d..12ad15b 100644 (file)
@@ -368,7 +368,7 @@ extern Boolean Stack_Check_Probes_On_Target;
 
 #define Get_Warn_On_Questionable_Layout        warnsw__get_warn_on_questionable_layout
 
-extern Boolean Get_Warn_On_Questionable_Layout ();
+extern Boolean Get_Warn_On_Questionable_Layout (void);
 
 // The following corresponds to Ada code in Einfo.Utils.