Kaydet (Commit) fa906e53 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-function

Change-Id: Icb5476f117ec44f5a4dc3026595305293b99fdd8
üst 2fe2ca26
...@@ -253,7 +253,7 @@ static LibreOfficeKit *lok_init_2( const char *install_path, const char *user_p ...@@ -253,7 +253,7 @@ static LibreOfficeKit *lok_init_2( const char *install_path, const char *user_p
} }
static static
#ifdef __GNUC__ #if defined __GNUC__ || defined __clang__
__attribute__((used)) __attribute__((used))
#endif #endif
LibreOfficeKit *lok_init( const char *install_path ) LibreOfficeKit *lok_init( const char *install_path )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment