Просмотр исходного кода

avoid 22 warnings

* exec/totemconfig.c (objdb_get_int): Make "key" const.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1901 fd59a12c-fef9-0310-b244-a6a79926bd2f
Jim Meyering 17 лет назад
Родитель
Сommit
7b0973f3bc
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      exec/totemconfig.c

+ 2 - 2
exec/totemconfig.c

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2002-2005 MontaVista Software, Inc.
- * Copyright (c) 2006-2008 Red Hat, Inc.
+ * Copyright (c) 2006-2009 Red Hat, Inc.
  *
  * All rights reserved.
  *
@@ -112,7 +112,7 @@ static inline int objdb_get_string (
 static inline void objdb_get_int (
 	struct objdb_iface_ver0 *objdb,
 	hdb_handle_t object_service_handle,
-	char *key, unsigned int *intvalue)
+	const char *key, unsigned int *intvalue)
 {
 	char *value = NULL;