summaryrefslogtreecommitdiffstats
path: root/linkers
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2023-11-22 14:31:03 +1100
committerChris Johns <chrisj@rtems.org>2023-11-22 14:34:16 +1100
commitf408c0f8d935d53c232c67bed39e4018fd8d7a2a (patch)
treef3e6ca2734e5995e5850f436181ebe7263a7b8a0 /linkers
parentrtemstoolkit: Update SimpleIni to latest (diff)
downloadrtems-tools-f408c0f8d935d53c232c67bed39e4018fd8d7a2a.tar.bz2
rtemstoolkit, linkers: Fix C++17 warnings
Closes #4970
Diffstat (limited to 'linkers')
-rw-r--r--linkers/rtems-exeinfo.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/linkers/rtems-exeinfo.cpp b/linkers/rtems-exeinfo.cpp
index 0900812..0b43403 100644
--- a/linkers/rtems-exeinfo.cpp
+++ b/linkers/rtems-exeinfo.cpp
@@ -223,8 +223,7 @@ namespace rld
* Helper for for_each to filter and load the sections we wish to
* dump.
*/
- class section_loader:
- public std::unary_function < const files::section, void >
+ class section_loader
{
public: