bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH hurd] trans/fakeroot.c: fix compiler warnings


From: Svante Signell
Subject: [PATCH hurd] trans/fakeroot.c: fix compiler warnings
Date: Thu, 11 Dec 2014 12:03:25 +0100

Hello,

The attached patch fixes the compiler warnings when compiling
trans/fakeroot.c.

../../trans/fakeroot.c: In function 'netfs_S_file_exec':
../../trans/fakeroot.c:806:3: warning: implicit declaration of function 
'netfs_S_file_exec_file_name' [-Wimplicit-function-declaration]
   return netfs_S_file_exec_file_name (user,
   ^
../../trans/fakeroot.c: In function 'netfs_demuxer':
../../trans/fakeroot.c:1008:7: warning: implicit declaration of function 
'netfs_fs_experimental_server_routine' [-Wimplicit-function-declaration]
       (routine = netfs_fs_experimental_server_routine (inp)) ||
       ^
../../trans/fakeroot.c:1008:16: warning: assignment makes pointer from integer 
without a cast
       (routine = netfs_fs_experimental_server_routine (inp)) ||

Attachment: trans_fakeroot.c.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]