-Wwrite-strings: The Rest
[deliverable/binutils-gdb.git] / gdb / tui / tui.c
index 7ff2a5373770e46d97b69a38558c94b8e86e75af..eb489b1533219140aa6d478d6a2e8119c85c2da6 100644 (file)
@@ -439,7 +439,7 @@ tui_enable (void)
       /* Check required terminal capabilities.  The MinGW port of
         ncurses does have them, but doesn't expose them through "cup".  */
 #ifndef __MINGW32__
-      cap = tigetstr ("cup");
+      cap = tigetstr ((char *) "cup");
       if (cap == NULL || cap == (char *) -1 || *cap == '\0')
        {
          endwin ();
This page took 0.026008 seconds and 4 git commands to generate.