mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 23:22:36 +00:00
[NFSD]
Misc. fixes by Thomas svn path=/trunk/; revision=75121
This commit is contained in:
parent
b3312ecfdf
commit
5037dd926d
1 changed files with 6 additions and 6 deletions
|
@ -13,12 +13,12 @@ list(APPEND SOURCE
|
|||
nfs41_ops.c
|
||||
nfs41_compound.c
|
||||
nfs41_xdr.c
|
||||
nfs41_server.c
|
||||
nfs41_server.c
|
||||
nfs41_client.c
|
||||
nfs41_superblock.c
|
||||
nfs41_session.c
|
||||
lookup.c
|
||||
mount.c
|
||||
mount.c
|
||||
open.c
|
||||
readwrite.c
|
||||
lock.c
|
||||
|
@ -26,18 +26,18 @@ list(APPEND SOURCE
|
|||
getattr.c
|
||||
setattr.c
|
||||
upcall.c
|
||||
nfs41_rpc.c
|
||||
nfs41_rpc.c
|
||||
util.c
|
||||
pnfs_layout.c
|
||||
pnfs_device.c
|
||||
pnfs_debug.c
|
||||
pnfs_io.c
|
||||
name_cache.c
|
||||
name_cache.c
|
||||
namespace.c
|
||||
volume.c
|
||||
callback_server.c
|
||||
callback_xdr.c
|
||||
service.c
|
||||
service.c
|
||||
symlink.c
|
||||
idmap.c
|
||||
delegation.c
|
||||
|
@ -50,7 +50,7 @@ add_executable(nfsd ${SOURCE} nfsd.rc)
|
|||
if(MSVC)
|
||||
else()
|
||||
# FIXME: Tons of warnings.
|
||||
replace_compile_flags("-Werror" " ")
|
||||
add_target_compile_flags(nfsd "-w")
|
||||
endif()
|
||||
|
||||
set_module_type(nfsd win32cui)
|
||||
|
|
Loading…
Reference in a new issue