ubsan: xgate: left shift of negative value
[deliverable/binutils-gdb.git] / gdb / maint-test-settings.c
index a1c43ee91734a919811f3f668142b9b5d55fe0ca..d8a6e9bb84a2d839d096df4912c48f9e4b4a58a1 100644 (file)
@@ -1,6 +1,6 @@
 /* Maintenance commands for testing the settings framework.
 
-   Copyright (C) 2019 Free Software Foundation, Inc.
+   Copyright (C) 2019-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -50,7 +50,7 @@ maintenance_show_test_settings_cmd (const char *args, int from_tty)
 /* Control variables for all the "maintenance set/show test-settings
    xxx" commands.  */
 
-static int maintenance_test_settings_boolean;
+static bool maintenance_test_settings_boolean;
 
 static auto_boolean maintenance_test_settings_auto_boolean = AUTO_BOOLEAN_AUTO;
 
This page took 0.043701 seconds and 4 git commands to generate.