1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

some compilers don't like the #warning preprocessing directive

so just do a DEBUG(0,("..."));

metze
This commit is contained in:
Stefan Metzmacher 0001-01-01 00:00:00 +00:00
parent 2149d41407
commit c087ff38b0

View File

@ -24,7 +24,6 @@
#if 1
int smbrun(char *cmd, int *outfd)
{
#warning smbrun() needs a rewrite: struct current_user is gone!
DEBUG(0,("smbrun() needs a rewrite: struct current_user is gone!\n"));
return -1;
}