From 1dfe719a0b0277a4a50b46947138b0b5b3342cd4 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sat, 7 Sep 2019 10:26:54 +0200 Subject: remove warning: "__sun" is not defined, evaluates to 0 mate-about-me-password.c:39:5: warning: "__sun" is not defined, evaluates to 0 [-Wundef] 39 | #if __sun | ^~~~~ --- capplets/about-me/mate-about-me-password.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'capplets/about-me') diff --git a/capplets/about-me/mate-about-me-password.c b/capplets/about-me/mate-about-me-password.c index 0f053f7f..d9794cf1 100644 --- a/capplets/about-me/mate-about-me-password.c +++ b/capplets/about-me/mate-about-me-password.c @@ -36,7 +36,7 @@ #include #include -#if __sun +#ifdef __sun #include #include #endif -- cgit v1.2.1