mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
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. |
||
|---|---|---|
| .. | ||
| csync_tests | ||
| encoding_tests | ||
| httpbf_tests | ||
| log_tests | ||
| ownCloud | ||
| std_tests | ||
| vio_tests | ||
| CMakeLists.txt | ||
| cmdline.c | ||
| torture.c | ||
| torture.h | ||
| valgrind-csync.supp | ||