aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2020-08-07 15:52:15 +0200
committerTakashi Iwai <tiwai@suse.de>2020-08-07 15:52:15 +0200
commit1512f2c99d3783b3bb48e99f29c3fbdf020700f5 (patch)
tree8b22ee661cd9fe6cd22d1020a25b31a4c7b67980
parentce0608f136e15f5a1202f2db7147d0ab82ccb8d7 (diff)
downloadhda-emu-1512f2c99d3783b3bb48e99f29c3fbdf020700f5.tar.gz
Add fallthrough pseudo-keyword definition
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--include/wrapper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wrapper.h b/include/wrapper.h
index 551445a..e22e9e9 100644
--- a/include/wrapper.h
+++ b/include/wrapper.h
@@ -352,4 +352,6 @@ typedef struct {
__u8 b[16];
} guid_t;
+#define fallthrough /**/
+
#endif /* __HDA_WRAPPER_H */