Explorar o código

apt-pkg/contrib/sha256.h: use #warning to warn about deprecated header

Michael Vogt %!s(int64=15) %!d(string=hai) anos
pai
achega
6f33ec4884
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apt-pkg/contrib/sha256.h

+ 1 - 1
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