summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/sha256.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2011-07-29 14:55:52 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2011-07-29 14:55:52 +0200
commit6f33ec4884b6d77e499bb3885aeec14c74943871 (patch)
treef6b160be1c50f093b5e9fe9f1f635e6bda6bb893 /apt-pkg/contrib/sha256.h
parent410ea6525d613fe91029d5a6526254739fc5880b (diff)
apt-pkg/contrib/sha256.h: use #warning to warn about deprecated header
Diffstat (limited to 'apt-pkg/contrib/sha256.h')
-rw-r--r--apt-pkg/contrib/sha256.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/contrib/sha256.h b/apt-pkg/contrib/sha256.h
index fe2b30ac2..15146c948 100644
--- a/apt-pkg/contrib/sha256.h
+++ b/apt-pkg/contrib/sha256.h
@@ -3,6 +3,6 @@
#include "sha2.h"
-#warn "This header is deprecated, please include sha2.h instead"
+#warning "This header is deprecated, please include sha2.h instead"
#endif