tint2/src/taskbar
fafryd 9aa50104db Fix warning ISO C does not support __FUNCTION__
"warning: ISO C does not support ‘__FUNCTION__’ predefined identifier"

Among others -Wpedantic now warns about non-standard predefined identifiers.
The fix is either to use the standard predefined identifier __func__ (since C99),
or to use the __extension__ keyword.
2017-10-01 09:37:05 +02:00
..
task.c Fix warning ISO C does not support __FUNCTION__ 2017-10-01 09:37:05 +02:00
task.h Refactoring 2017-08-31 18:38:31 +02:00
taskbar.c Fix warning ISO C does not support __FUNCTION__ 2017-10-01 09:37:05 +02:00
taskbar.h taskbar_hide_different_desktop 2017-06-20 05:06:37 +02:00
taskbarname.c Refactoring 2017-08-31 18:38:31 +02:00
taskbarname.h Refactoring 2017-08-31 18:38:31 +02:00