mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:19:08 +08:00
a0b2767175
* 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
17 lines
394 B
Diff
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)
|
|
}
|