ugfx/src
Joel Bodenmann 0a55fc94bd Avoid duplicate const specifier compiler warnings
The original code is perfectly valid standard C. However, some compilers (especially GCC) complain about duplicate const specifiers anyway.
At this point we cave in as there doesn't seem to be any efforts to fix this problem by the corresponding compiler vendors.

uGFX v3 will no longer suffer from this problem as the driver interface works differently in this area.
2021-08-26 14:26:04 +02:00
..
gadc Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, gMutex etc 2018-11-03 12:29:30 +10:00
gaudio Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, gMutex etc 2018-11-03 12:29:30 +10:00
gdisp Avoid duplicate const specifier compiler warnings 2021-08-26 14:26:04 +02:00
gdriver Avoid duplicate const specifier compiler warnings 2021-08-12 12:20:07 +02:00
gevent Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, gMutex etc 2018-11-03 12:29:30 +10:00
gfile Avoid duplicate const specifier compiler warnings 2021-08-12 12:20:07 +02:00
ginput Avoid duplicate const specifier compiler warnings 2021-08-12 12:20:07 +02:00
gmisc For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
gos Fix ChibiOS 6.x kernel support 2021-08-26 02:08:42 +02:00
gqueue Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, gMutex etc 2018-11-03 12:29:30 +10:00
gtimer Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, gMutex etc 2018-11-03 12:29:30 +10:00
gtrans GTRANS: Update types 2021-08-23 15:46:22 +02:00
gwin Minor doxygen fixes 2021-08-19 13:48:44 +02:00
gfx.c Update license header 2018-10-01 17:34:15 +02:00
gfx.h Minor fixups 2018-11-10 10:45:28 +10:00
gfx_compilers.h Update license header 2018-10-01 17:34:15 +02:00
gfx_mk.c Minor fixups 2018-11-10 10:45:28 +10:00
gfx_options.h Update license header 2018-10-01 17:34:15 +02:00
gfx_types.h For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00