Hi, I've started getting the unused variable warning again when exceptions are disabled. PR 197 reverted an earlier change to suppress the warning, but I agree that constructing the object is not the greatest.
I've tested out a change that will remove the warning, but also remove the need to have those types defined.
Hi, I've started getting the unused variable warning again when exceptions are disabled. PR 197 reverted an earlier change to suppress the warning, but I agree that constructing the object is not the greatest.
I've tested out a change that will remove the warning, but also remove the need to have those types defined.
Let me know what you think.