From: David B. <dc...@ho...> - 2018-02-20 09:48:15
|
Hello there, widget_text.c:293:32: warning: logical 'or' of collectively exhaustive tests is always true [-Wlogical-op] Source code is if (T->align != ALIGN_MARQUEE || T->align != ALIGN_AUTOMATIC || T->align != ALIGN_PINGPONG_LEFT || T->align != ALIGN_PINGPONG_CENTER || T->align != ALIGN_PINGPONG_RIGHT) { Suggest code rework. Regards David Binderman |