We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b56379 commit fadb1b7Copy full SHA for fadb1b7
1 file changed
parse/jsd_core.h
@@ -66,8 +66,6 @@ namespace JSON
66
return; \
67
case (InvalidPropertyHandlingBehaviour::THROW): \
68
throw exc; \
69
- default: \
70
- return; \
71
}
72
// MAKRO END
73
@@ -83,8 +81,6 @@ namespace JSON
83
81
84
82
case (InvalidPathHandlingBehaviour::THROW): \
85
86
87
88
89
90
0 commit comments