Files
textmate/Frameworks/OakDebug
Martin Kühl 5960f139a0 Add prototype for bug macro
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.
2016-01-15 12:07:16 +01:00
..
2016-01-15 12:07:16 +01:00
2012-12-24 16:32:01 +01:00