nextcloud-desktop/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
..
csync_tests
encoding_tests
httpbf_tests
log_tests
ownCloud
std_tests
vio_tests
CMakeLists.txt
cmdline.c
torture.c
torture.h
valgrind-csync.supp