cpp.hint | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 6159b8d223a395b01c090daa071cc13ca6013dc4
Author: Mike Kaganski <[email protected]>
AuthorDate: Tue Jan 30 10:28:11 2024 +0600
Commit: Mike Kaganski <[email protected]>
CommitDate: Tue Jan 30 07:18:32 2024 +0100
Add SAL_LOPLUGIN_ANNOTATE to cpp.hint
Allows Visual Studio to recognize names with this decoration
Change-Id: I787e20322ef346d49f94e23e7ac889d669c1245c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162709
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <[email protected]>
diff --git a/cpp.hint b/cpp.hint
index 63269345ce7c..67e06e24b646 100644
--- a/cpp.hint
+++ b/cpp.hint
@@ -6,6 +6,8 @@
#define SAL_UNUSED_PARAMETER
+#define SAL_LOPLUGIN_ANNOTATE(id)
+
#define DECL_LINK(Member, ArgType, RetType) \
RetType Member(ArgType)