changeset 29997:58f3f8b086f4

* dot.cc (blkmm_internal): Make internal functions static.
author John W. Eaton <jwe@octave.org>
date Wed, 18 Aug 2021 09:03:51 -0400
parents c4bc77a90fb5
children 8d86806fcdfd
files libinterp/corefcn/dot.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/dot.cc	Wed Aug 18 01:08:52 2021 -0400
+++ b/libinterp/corefcn/dot.cc	Wed Aug 18 09:03:51 2021 -0400
@@ -247,7 +247,7 @@
 */
 
 template <typename T>
-void
+static void
 blkmm_internal (const T& x, const T& y, T& z,
                 F77_INT m, F77_INT n, F77_INT k, F77_INT np);