diff libinterp/octave-value/ov-int16.cc @ 29240:0a6ed9dcd601

Silence compiler warnings about ignored attributes (patch #8919). Remove visibility attributes from instantiations of template classes which were previously defined.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 29 Dec 2020 19:51:08 +0100
parents bd51beb6205e
children 7854d5752dd2
line wrap: on
line diff
--- a/libinterp/octave-value/ov-int16.cc	Sat Dec 26 10:07:32 2020 +0100
+++ b/libinterp/octave-value/ov-int16.cc	Tue Dec 29 19:51:08 2020 +0100
@@ -62,7 +62,7 @@
 // Prevent implicit instantiations on some systems (Windows, others?)
 // that can lead to duplicate definitions of static data members.
 
-extern template class OCTINTERP_API octave_base_scalar<double>;
+extern template class octave_base_scalar<double>;
 
 template class octave_base_matrix<int16NDArray>;