
- replace a stray assert(0) with abort() - remove unrequired copy-pasted #undef NDEBUG - replace some #if NDEBUG by #if DEBUG as they protect debug printf()s. Change-Id: Iff4c0331b06e860d32d91ce6b1d6c765ed065c8b
…
Description
Languages
C
78.2%
Roff
10.2%
Assembly
4.6%
Shell
3.7%
Makefile
1.6%
Other
1.2%