Clang 10.0 / GCC 10.1 warnings on disabled exceptions #2304
Labels
confirmed
kind: bug
release item: 🔨 further change
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
Milestone
There are warnings on unused variables on both clang and GCC when exceptions are disabled, just pulled from latest commit ( 43e07bb ) on develop branch.
GCC 10.1.0
Clang 10.0
Pretty sure this is because JSON_THROW is an empty macro so ex does nothing.
The text was updated successfully, but these errors were encountered: