bricks: propagate use of SPOT_FALLTHROUGH

* bricks/brick-hash.h, bricks/brick-hashset.h: here.
This commit is contained in:
Etienne Renault 2016-10-26 08:52:23 +02:00
parent fb4ef40d11
commit ae1a3601e6
2 changed files with 17 additions and 1 deletions

View file

@ -32,6 +32,8 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. */
#include <spot/misc/common.hh>
#include <bricks/brick-hash.h>
#include <bricks/brick-shmem.h>
#include <bricks/brick-bitlevel.h>
@ -636,6 +638,7 @@ struct _ConcurrentHashSet : HashSetBase< Cell >
++_td.currentRow;
break;
}
SPOT_FALLTHROUGH;
case Resolution::Growing:
helpWithRehashing();
updateIndex( _td.currentRow );