ThrowTheSwitch / CException

Lightweight exception implementation for C
http://throwtheswitch.org
MIT License
320 stars 64 forks source link

Fix "clobbered variable" compiler warning (-Wclobbered) in example code snippet #24

Closed 6arms1leg closed 2 years ago

6arms1leg commented 2 years ago

This PR updates the example code snippet in the documentation according to https://github.com/ThrowTheSwitch/Unity/pull/600.