Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37911612
en ru br
ALT Linux repos
S:2.8.8-alt1
5.0: 1.12.2-alt1
4.1: 1.10.0-alt1

Group :: Office
RPM: vym

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: vym-2.8.7-alt-return_type.patch
Download


Fix GCC error: control reaches end of non-void function [-Werror=return-type]
--- src/attributeitem.cpp
+++ src/attributeitem.cpp
@@ -87,6 +87,7 @@ QString AttributeItem::getAttributeTypeString()
         case Undefined:
             return "Undefined";
         }
+    return "Undefined";
     }
 
     void AttributeItem::setInternal(bool b) { internal = b; }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin