vcpkg/ports/libqrencode/remove-deprecated-attribute.patch
Anatoly Shirokov a0b2767175 Added port libqrencode - a fast and compact QR Code encoding library (#2372)
* https://github.com/Microsoft/vcpkg/issues/2363

* libqrencode: Added necessary new line at end of CONTROL, portfile.cmake, usage files. Added copying the usage file in portfile.cmake, and removed unnecessary DBUILD_SHARED_LIBS as remarked @ras0219-msft

* [libqrencode] Adjust usage to match other packages
2017-12-20 23:37:02 -08:00

17 lines
394 B
Diff

qrencode.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qrencode.h b/qrencode.h
index b855f0a..a6d4a29 100644
--- a/qrencode.h
+++ b/qrencode.h
@@ -555,7 +555,7 @@ extern char *QRcode_APIVersionString(void);
/**
* @deprecated
*/
-extern void QRcode_clearCache(void) __attribute__ ((deprecated));
+extern void QRcode_clearCache(void);
#if defined(__cplusplus)
}