nextcloud-desktop/csync/tests/csync_tests
Hefee 23b6426dfa Compile with GCC 5
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.
2015-05-07 01:15:55 +02:00
..
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