Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37868567
en ru br
ALT Linux repos
S:6.0.2-alt5
5.0: 4.1.2-alt5
4.1: 4.1.2-alt4.M41.1
4.0: 4.1.2-alt5.M40.1
3.0: 3.0-alt1

Group :: Sciences/Mathematics
RPM: scilab

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: scilab-alt-gcc8-fix.patch
Download


diff --git a/scilab/modules/ast/includes/exps/opexp.hxx b/scilab/modules/ast/includes/exps/opexp.hxx
index ed425c5..43cf7f8 100644
--- a/scilab/modules/ast/includes/exps/opexp.hxx
+++ b/scilab/modules/ast/includes/exps/opexp.hxx
@@ -254,6 +254,7 @@ public:
             case unknown:
                 return L"unknown";
         }
+        return L"";
     }
 
 
diff --git a/scilab/modules/ast/src/cpp/analysis/ConstraintManager.cpp b/scilab/modules/ast/src/cpp/analysis/ConstraintManager.cpp
index 72cd0f4..3ef42ab 100644
--- a/scilab/modules/ast/src/cpp/analysis/ConstraintManager.cpp
+++ b/scilab/modules/ast/src/cpp/analysis/ConstraintManager.cpp
@@ -96,6 +96,7 @@ bool ConstraintManager::check(const MPolyConstraintSet & set, const std::vector<
             }
         }
     }
+    return false;
 }
 
 bool ConstraintManager::check(Kind kind, const std::vector<GVN::Value *> & values)
diff --git a/scilab/modules/ast/src/cpp/analysis/InferenceConstraints.cpp b/scilab/modules/ast/src/cpp/analysis/InferenceConstraints.cpp
index e0853cc..b5d5bfb 100644
--- a/scilab/modules/ast/src/cpp/analysis/InferenceConstraints.cpp
+++ b/scilab/modules/ast/src/cpp/analysis/InferenceConstraints.cpp
@@ -187,6 +187,7 @@ InferenceConstraint::Result MPolyConstraint::check(GVN & gvn, const std::vector<
             }
         }
     }
+    return Result::RESULT_DUNNO;
 }
 
 MPolyConstraintSet MPolyConstraint::getMPConstraints(const std::vector<GVN::Value *> & values) const
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin