mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
23b6426dfa
this fixes the error and makes complete oCC compile with GCC 5. error: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] According to the porting guide: The fix is either to use the standard predefined identifier __func__ (since C99), or to use the __extension__ keyword. |
||
---|---|---|
.. | ||
check_csync_commit.c | ||
check_csync_create.c | ||
check_csync_exclude.c | ||
check_csync_init.c | ||
check_csync_log.c | ||
check_csync_misc.c | ||
check_csync_statedb_load.c | ||
check_csync_statedb_query.c | ||
check_csync_update.c | ||
check_csync_util.c |