bombela / backward-cpp

A beautiful stack trace pretty printer for C++
MIT License
3.68k stars 467 forks source link

Fix Compile Errors when used with certain GCC flags #245

Closed zwimer closed 2 years ago

zwimer commented 2 years ago

This is extra important if the project uses -Werror.

Thie PR fixes warnings when compiling with -Wundef and -Wold-style-cast; i.e. projects which uses these and -Werror can properly compile with this PR.