Commit 4a598c32 by Arnaud Charlet Committed by Arnaud Charlet

Make-lang.in: Use -gnatwns instead of -gnatws to make sytyle checks non fatal.

	* Make-lang.in: Use -gnatwns instead of -gnatws to make sytyle
	checks non fatal.

From-SVN: r136578
parent fed6152d
2008-06-09 Arnaud Charlet <charlet@adacore.com>
* Make-lang.in: Use -gnatwns instead of -gnatws to make sytyle
checks non fatal.
2008-06-07 Samuel Tardieu <sam@rfc1149.net> 2008-06-07 Samuel Tardieu <sam@rfc1149.net>
* sem_res.adb (Large_Storage_Type): A type is large if it * sem_res.adb (Large_Storage_Type): A type is large if it
...@@ -50,7 +50,7 @@ BOOT_ADAFLAGS= $(COMMON_ADAFLAGS) ...@@ -50,7 +50,7 @@ BOOT_ADAFLAGS= $(COMMON_ADAFLAGS)
ifeq ($(CROSS),) ifeq ($(CROSS),)
# If not in cross context we are probably doing a bootstrap # If not in cross context we are probably doing a bootstrap
# so disable warnings during stage1 # so disable warnings during stage1
ADAFLAGS= $(COMMON_ADAFLAGS) -gnatws ADAFLAGS= $(COMMON_ADAFLAGS) -gnatwns
else else
ADAFLAGS= $(COMMON_ADAFLAGS) ADAFLAGS= $(COMMON_ADAFLAGS)
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment