ada: Small consistency fix

gcc/ada/

	* fe.h (Get_Warn_On_Questionable_Layout): Add void parameter.
This commit is contained in:
Eric Botcazou 2022-10-22 12:48:13 +02:00 committed by Marc Poulhiès
parent a645dc3c20
commit 0ed20c72aa

View 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.