diff options
author | Werner Koch <[email protected]> | 2015-11-27 16:53:52 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-11-27 17:32:26 +0000 |
commit | 022342e2845834ec35269d23491e9fa573d5c028 (patch) | |
tree | 0331f4867ac25b55a1ba350adef194d84abd008c /common/w32-afunix.h | |
parent | Avoid incompatible pointer assignment warnings on Windows. (diff) | |
download | gnupg-022342e2845834ec35269d23491e9fa573d5c028.tar.gz gnupg-022342e2845834ec35269d23491e9fa573d5c028.zip |
Silence unused variable or parameter warnings.
--
Diffstat (limited to '')
-rw-r--r-- | common/w32-afunix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/w32-afunix.h b/common/w32-afunix.h index f6282a3dd..7025a4914 100644 --- a/common/w32-afunix.h +++ b/common/w32-afunix.h @@ -38,7 +38,7 @@ #include <unistd.h> /* We can easiliy replace this code by the socket wrappers from libassuan. */ -#warning Please do not use this module anymore +#warning Remove this code; it is only used on w32 by symcryptrun. #define DIRSEP_C '\\' |