diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-29 14:55:52 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-29 14:55:52 +0200 |
| commit | 6f33ec4884b6d77e499bb3885aeec14c74943871 (patch) | |
| tree | f6b160be1c50f093b5e9fe9f1f635e6bda6bb893 | |
| parent | 410ea6525d613fe91029d5a6526254739fc5880b (diff) | |
apt-pkg/contrib/sha256.h: use #warning to warn about deprecated header
| -rw-r--r-- | apt-pkg/contrib/sha256.h | 2 |
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 |
