Files
Gary Benson 4ad2c6a03e Fix "enumeration values not handled in switch" error in testsuite
When running the testsuite with clang, gdb.base/sigaltstack.c
fails to compile with the following error:
  warning: enumeration values 'LEAF' and 'NR_LEVELS' not handled
    in switch [-Wswitch]

This prevents the gdb.base/sigaltstack.exp from executing.
This commit fixes.

gdb/testsuite/ChangeLog:

	* gdb.base/sigaltstack.c (catcher): Add default case to switch
	statement.
2020-05-28 18:02:55 +01:00
..
2020-05-27 09:24:09 -03:00
2020-05-27 09:24:09 -03:00
2020-05-03 11:31:20 -06:00
2020-02-27 14:27:09 +01:00
2020-05-27 09:24:09 -03:00
2020-05-27 09:24:09 -03:00
2020-05-15 22:17:45 +02:00
2019-06-18 09:28:57 -06:00
2020-05-27 09:24:09 -03:00
2020-04-29 12:57:25 +02:00
2020-04-29 12:57:25 +02:00
2020-05-27 09:24:09 -03:00
2020-05-27 09:24:09 -03:00
2020-05-27 09:24:09 -03:00
2020-05-27 09:24:09 -03:00
2020-05-24 20:27:48 -06:00