Squelch some cast-discard warnings.

svn path=/trunk/; revision=46647
This commit is contained in:
Guy Harris 2012-12-21 00:53:30 +00:00
parent a9f4da4549
commit 166b5d4469
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ running_with_special_privs(void)
*/
static void
setxid_fail(gchar *str)
setxid_fail(const gchar *str)
{
g_error("Attempt to relinguish privileges failed [%s()] - aborting: %s\n",
str, g_strerror(errno));