Fallthrough from VUT_CITYTILE case in req_text_insert()
With -Wimplicit-fallthrough in master:
../../../src/common/reqtext.c: In function ‘req_text_insert’: ../../../src/common/reqtext.c:2736:12: error: this statement may fall through -Werror=implicit-fallthrough=
../../../src/common/reqtext.c:2809:3: note: here
cc1: all warnings being treated as errors
With -Wimplicit-fallthrough in master:
../../../src/common/reqtext.c: In function ‘req_text_insert’:
../../../src/common/reqtext.c:2736:12: error: this statement may fall through -Werror=implicit-fallthrough=
../../../src/common/reqtext.c:2809:3: note: here
~
cc1: all warnings being treated as errors