Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37851956
en ru br
ALT Linux repos
S:2.1.0-alt15.1
5.0: 1.2.0-alt2.1
4.1: 1.01-alt2

Group :: System/Libraries
RPM: libprojectM

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: libprojectM-g++8.patch
Download


From 894ddd3ecd342c47f3d9a00b0f192abe9fa7dd94 Mon Sep 17 00:00:00 2001
From: Andrey Bychkov <mrdrew@altlinux.org>
Date: Thu, 14 Feb 2019 11:46:57 +0300
Subject: [PATCH] Fix no return statement in the non-void function (according
 g++8)
---
 projectM-complete-2.1.0-Source/src/projectM-qt/nullable.hpp | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/projectM-complete-2.1.0-Source/src/projectM-qt/nullable.hpp b/projectM-complete-2.1.0-Source/src/projectM-qt/nullable.hpp
index 88e4a37..ab45241 100644
--- a/projectM-complete-2.1.0-Source/src/projectM-qt/nullable.hpp
+++ b/projectM-complete-2.1.0-Source/src/projectM-qt/nullable.hpp
@@ -31,6 +31,8 @@ class Nullable {
 		Nullable & operator=(const Value & value) {
 			m_value = value;
 			m_hasValue = true;
+
+			return *this;
 		}
 	
 		void nullify() {
-- 
2.19.2
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin