mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
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)
|
||
|
}
|