mirror of
https://github.com/textmate/textmate.git
synced 2026-01-15 01:38:02 -05:00
Compiling code that uses the `bug` macro while the `NDEBUG` symbol is defined (which it is by default) results in “expression result unused” warnings for each argument to the `bug` call. This change adds the parameter declaration from the debug version to the non-debug version, which silences these warnings.