office-gobmx/external/libgpg-error/clang-cl.patch
Stephan Bergmann 72f01ff8da external/libgpg-error: -Werror,-Wundef (clang-cl)
Change-Id: I7e71411901cc2c09b5d13a5ca451f1981e8a9e44
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100090
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-08-05 09:49:25 +02:00

11 lines
291 B
Diff

--- src/gpg-error.h.in
+++ src/gpg-error.h.in
@@ -152,7 +152,7 @@
/*
* GCC feature test.
*/
-#if __GNUC__
+#ifdef __GNUC__
# define _GPG_ERR_GCC_VERSION (__GNUC__ * 10000 \
+ __GNUC_MINOR__ * 100 \
+ __GNUC_PATCHLEVEL__)