From e30764efeebbf84878fabb80516d7f5853a70cd4 Mon Sep 17 00:00:00 2001 From: aqua Date: Sun, 28 Aug 2022 13:36:54 +0300 Subject: SingleApplication: switch to 3.3.4 release - Apply compiler warnings patch --- .gitmodules | 2 +- CMakePresets.json | 2 +- third-party/SingleApplication | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index f186c2ea..795c96ab 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "third-party/SingleApplication"] path = third-party/SingleApplication - url = https://github.com/itay-grudev/SingleApplication + url = https://bitbucket.org/celestriad/singleapplication.git diff --git a/CMakePresets.json b/CMakePresets.json index e11a6fbe..77af2829 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -9,7 +9,7 @@ "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", "CMAKE_EXPORT_COMPILE_COMMANDS": "ON", - "CMAKE_CXX_FLAGS": "-Wall -Wextra -Wpedantic -Wshadow -Werror=non-virtual-dtor", + "CMAKE_CXX_FLAGS": "-Wall -Wextra -Wpedantic -Werror=shadow -Werror=non-virtual-dtor", "CMAKE_CXX_FLAGS_DEBUG": "-g -Og", "CMAKE_CXX_STANDARD": "20", "CMAKE_CXX_STANDARD_REQUIRED": "YES", diff --git a/third-party/SingleApplication b/third-party/SingleApplication index f1e15081..3a2a0bc1 160000 --- a/third-party/SingleApplication +++ b/third-party/SingleApplication @@ -1 +1 @@ -Subproject commit f1e15081dc57a9c03f7f4f165677f18802e1437a +Subproject commit 3a2a0bc19c38de842083972e0cefbaa8a3f7d1fa -- cgit v1.2.1