eina: add EINA_FALLTHROUGH to disable warning on useful case serie with no break.
authorCedric BAIL <cedric@osg.samsung.com>
Mon, 5 Jun 2017 18:51:59 +0000 (11:51 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 5 Jun 2017 19:07:57 +0000 (12:07 -0700)
commit2995cc16b7bf30b5972bd86bea3c1a0c591b89c0
tree690a8ddd238fafb2ebecff5568c28c0a592827a5
parent183c45d35a737fd449c2792df80652860079f62e
eina: add EINA_FALLTHROUGH to disable warning on useful case serie with no break.

GCC has started introducing a detection for series of case in a switch statement
without break for each case. We do use that trick a lot to reduce our code base.
Even if in most case we have documented this so that people using coverity don't
try to fix it. Now with GCC we need to silence it properly to avoid future
problem.
src/lib/eina/eina_types.h