More work on making intellisense work
This commit is contained in:
@@ -219,7 +219,7 @@ enum DrvAction {
|
||||
PLAY_RELEASE,
|
||||
};
|
||||
|
||||
inline static const char *action_string(DrvAction act) {
|
||||
[[maybe_unused]] inline static const char *action_string(DrvAction act) {
|
||||
switch(act) {
|
||||
case PLAY_INITIALIZE: return "PLAY_INITIALIZE";
|
||||
case PLAY_CLEAR_NEW_OUTGOING: return "PLAY_CLEAR_NEW_OUTGOING";
|
||||
@@ -233,6 +233,7 @@ inline static const char *action_string(DrvAction act) {
|
||||
default: return "unknown";
|
||||
}
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user