[Libreoffice-commits] core.git: solenv/bin

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Jan 30 18:14:08 UTC 2019


 solenv/bin/concat-deps.c |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit d92296e3f644fe803eb7979d33cf682298d74f2a
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Jan 30 14:59:02 2019 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Jan 30 19:13:30 2019 +0100

    -Werror,-Wunused-macros (clang-cl)
    
    (And for non-__GNUC__, use of "inline" in
    
      static inline int clz(unsigned int value)
    
    should be accepted just fine by the C compiler.)
    
    Change-Id: I2b861aa39b815c16aa49a33a9d1fa7dfc3e1646c
    Reviewed-on: https://gerrit.libreoffice.org/67156
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/solenv/bin/concat-deps.c b/solenv/bin/concat-deps.c
index 64a7f1dfa315..9981b7775ee0 100644
--- a/solenv/bin/concat-deps.c
+++ b/solenv/bin/concat-deps.c
@@ -105,7 +105,6 @@
 #define FILE_O_RDONLY     _O_RDONLY
 #define FILE_O_BINARY     _O_BINARY
 #define PATHNCMP _strnicmp /* MSVC converts paths to lower-case sometimes? */
-#define inline __inline
 #define ssize_t long
 #define S_ISREG(mode) (((mode) & _S_IFMT) == (_S_IFREG)) /* MSVC does not have this macro */
 #else /* not windaube */


More information about the Libreoffice-commits mailing list