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 CSync: Remove config dir setting 2014-06-04 10:56:56 +02:00
check_csync_create.c csync test: fix warning 2014-06-17 14:16:42 +02:00
check_csync_exclude.c Ignore reserved words on Windows 2014-10-24 13:18:57 -04:00
check_csync_init.c CSync: Remove config dir setting 2014-06-04 10:56:56 +02:00
check_csync_log.c Compile with GCC 5 2015-05-07 01:15:55 +02:00
check_csync_misc.c Add missing license headers in tests 2014-02-24 11:08:58 +01:00
check_csync_statedb_load.c Csync tests: Don't use sqlite3_close_v2. 2014-10-22 12:44:33 +02:00
check_csync_statedb_query.c Csync tests: Don't use sqlite3_close_v2. 2014-10-22 12:44:33 +02:00
check_csync_update.c Fix warnings. 2015-01-14 11:28:53 +01:00
check_csync_util.c Add missing license headers in tests 2014-02-24 11:08:58 +01:00