fix: compiler warning `-Wswitch-default`
authorGerrit Klein <therealthingy95@gmail.com>
Wed, 26 Apr 2023 21:28:18 +0000 (23:28 +0200)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 27 Apr 2023 14:24:51 +0000 (10:24 -0400)
commit95dbaebac014b148ea47a3d607e52295bc428224
tree877ad9cf17bdce5365c9c5d27390a0aa0863d9dd
parent5b40603cd585721aead85cfbca1e04dbf993cb5d
fix: compiler warning `-Wswitch-default`

Fixes warning "switch missing default case [-Wswitch-default]" which was
observed on gcc 11.3.0 on Ubuntu 22.04 LTS Linux 6.3.0 x86-64. This
warning was enabled by the flag `-Wswitch-default` (see:
https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wswitch-default)

Signed-off-by: Gerrit Klein <therealthingy95@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Iad356fd94b0b964a49c382c32a7d193b4ad43d35
include/rseq/rseq.h
This page took 0.033688 seconds and 4 git commands to generate.