From caafc0f7823054c21a67f096650b2f4a333469c3 Mon Sep 17 00:00:00 2001 From: couriersud Date: Fri, 1 Jul 2016 02:09:14 +0200 Subject: Netlist improvements: - nltool now accepts -Ddefine=value to pass on to netlists - improved option handling and added "dummy" options to add grouping and examples in help output. - improved --cmd=listdevices output - Fix dynamic timestepping. This will work with breakout using real capacitor modelling instead of delay devices. Really slow, but very useful to calibrate timings. - Fix an awful bug in timing for delay devices. - Switched to clang 3.8 and made code compile with -Weverything -Werror -Wno-old-style-cast -Wno-padded -Wno-weak-vtables -Wno-missing-variable-declarations -Wno-conversion -Wno-c++98-compat -Wno-float-equal -Wno-cast-align -Wno-global-constructors -Wno-c++98-compat-pedantic -Wno-exit-time-destructors -Wno-format-nonliteral -Wno-weak-template-vtables This was a helpful exercise since it brought forward some serious issues with implicit constructors. [Couriersud] --- src/lib/netlist/plib/palloc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/netlist/plib/palloc.cpp') diff --git a/src/lib/netlist/plib/palloc.cpp b/src/lib/netlist/plib/palloc.cpp index 557e285bf6b..f7a9117f503 100644 --- a/src/lib/netlist/plib/palloc.cpp +++ b/src/lib/netlist/plib/palloc.cpp @@ -15,7 +15,7 @@ namespace plib { // Exceptions //============================================================ -pexception::pexception(const pstring &text) +pexception::pexception(const pstring text) { m_text = text; fprintf(stderr, "%s\n", m_text.cstr()); -- cgit v1.2.3-70-g09d2