coverity#705261 Missing break in switch, assuming its intentional
Change-Id: Ia19f7790871dec7022c5d1f57f082638b70403fb
This commit is contained in:
@@ -2806,6 +2806,7 @@ void DbGridControl::Command(const CommandEvent& rEvt)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
//fall-through
|
||||||
default:
|
default:
|
||||||
DbGridControl_Base::Command(rEvt);
|
DbGridControl_Base::Command(rEvt);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user