]> git.saurik.com Git - apt.git/commitdiff
apt-pkg/contrib/sha256.h: use #warning to warn about deprecated header
authorMichael Vogt <michael.vogt@ubuntu.com>
Fri, 29 Jul 2011 12:55:52 +0000 (14:55 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 29 Jul 2011 12:55:52 +0000 (14:55 +0200)
apt-pkg/contrib/sha256.h

index fe2b30ac265e3d3691943ace328faf42bf5b4891..15146c94870ee6d064d07e8690605e4d88c0fc0c 100644 (file)
@@ -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