]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/symtab.c
Constify add_setshow_*
[thirdparty/binutils-gdb.git] / gdb / symtab.c
index 1df980ab65a7f741d8af3f2ab8aea981f9649e61..0c24f2be0680d60458ffdbcc355f9d766e286236 100644 (file)
@@ -1256,7 +1256,7 @@ set_symbol_cache_size (unsigned int new_size)
 /* Called when symbol-cache-size is set.  */
 
 static void
-set_symbol_cache_size_handler (char *args, int from_tty,
+set_symbol_cache_size_handler (const char *args, int from_tty,
                               struct cmd_list_element *c)
 {
   if (new_symbol_cache_size > MAX_SYMBOL_CACHE_SIZE)