From: Michael Vogt Date: Fri, 29 Jul 2011 12:55:52 +0000 (+0200) Subject: apt-pkg/contrib/sha256.h: use #warning to warn about deprecated header X-Git-Tag: 0.9.0~68 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/6f33ec4884b6d77e499bb3885aeec14c74943871?hp=-c apt-pkg/contrib/sha256.h: use #warning to warn about deprecated header --- 6f33ec4884b6d77e499bb3885aeec14c74943871 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