From 324f9d44d5c4293645e7bb8f42e7d95d5ac1e604 Mon Sep 17 00:00:00 2001 From: couriersud Date: Sat, 21 May 2022 17:16:50 +0200 Subject: netlist: More c++, less macros, added support for cspell (#9794) - More c++, less macros * Significantly reduced the use of unused_var and replaced it with [[maybe_unused]] * use enum class in ppmf.h - Changes to testing code in ptest.h * Catch exceptions in more places * The verbosity of the output can now be controlled * Display of test stats totals - added support for cspell - fixed various typos - fixed SUBTARGET=nl build - fixed more file permissions - srcclean and add fix_permissions target to netlist makefile --- src/lib/netlist/plib/pexception.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/netlist/plib/pexception.cpp') diff --git a/src/lib/netlist/plib/pexception.cpp b/src/lib/netlist/plib/pexception.cpp index 86e7e732b45..bd2d81847a6 100644 --- a/src/lib/netlist/plib/pexception.cpp +++ b/src/lib/netlist/plib/pexception.cpp @@ -104,7 +104,7 @@ namespace plib { bool fpsignalenabler::m_enable = false; // NOLINT - //FIXME: mingw needs to be compiled with "-fnon-call-exceptions" + //FIXME: mingw needs to be compiled with `-fnon-call-exceptions` fpsignalenabler::fpsignalenabler(unsigned fpexceptions) { -- cgit v1.2.3-70-g09d2