From 780d87deefb042a4e0df667a282b5a190f17ef81 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 21 Feb 2021 17:15:32 +0000 Subject: Enable pedantic warnings --- Jamroot.jam | 2 +- utility/glRef.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jamroot.jam b/Jamroot.jam index 953092a..d1ab0de 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -15,7 +15,7 @@ lib pthread ; project : requirements 20 - debug:extra + debug:pedantic debug:on release:on tidy:gfx/models/obj.cpp diff --git a/utility/glRef.hpp b/utility/glRef.hpp index aae6629..8596bd3 100644 --- a/utility/glRef.hpp +++ b/utility/glRef.hpp @@ -11,7 +11,7 @@ public: if (!id) { throw std::runtime_error("Get function failed"); } - }; + } glRef(glRef && other) : id {other.id} { -- cgit v1.2.3