OSDN Git Service

Fixed apparent const violation in secaudit.c for Windows (cosmetic)
authorJean-Pierre André <jpandre@users.sourceforge.net>
Mon, 23 Jun 2014 08:53:23 +0000 (10:53 +0200)
committerJean-Pierre André <jpandre@users.sourceforge.net>
Mon, 23 Jun 2014 08:53:23 +0000 (10:53 +0200)
commit19d71c6c9e5e99d96b01fd545072080ac11f8b31
tree09529db8cd8ca22810ddc5769971da6fce94a2ef
parent952917bccfa4dbb15b3cb9b3ebfe08fee2af7267
Fixed apparent const violation in secaudit.c for Windows (cosmetic)

The prototype for SetFileSecurityW() does not exhibit a const attribute
for the second attribute, thus triggering a compiler warning.
This warning can be silenced by copying the argument.
src/secaudit.c