1
0
mirror of https://github.com/wfjm/w11.git synced 2026-01-29 13:31:59 +00:00

cleanups for -Wpedantic; bugfix in RtclArgs.hpp

This commit is contained in:
wfjm
2018-09-28 19:51:19 +02:00
parent 700eb2349c
commit 970be66d07
24 changed files with 92 additions and 90 deletions

View File

@@ -1,6 +1,6 @@
// $Id: Rw11Probe.cpp 983 2018-01-02 20:35:59Z mueller $
// $Id: Rw11Probe.cpp 1049 2018-09-22 13:56:52Z mueller $
//
// Copyright 2013-2017 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
// Copyright 2013-2018 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
//
// This program is free software; you may redistribute and/or modify it under
// the terms of the GNU General Public License as published by the Free
@@ -89,7 +89,7 @@ char Rw11Probe::IndicatorRem() const
//! FIXME_docs
void Rw11Probe::Dump(std::ostream& os, int ind, const char* text,
int detail) const
int /*detail*/) const
{
RosFill bl(ind);
os << bl << (text?text:"--") << "Rw11Probe @ " << this << endl;