changeset 30025:815fbbbccd0c

* error.h: Remove visibility attribute from inline function.
author John W. Eaton <jwe@octave.org>
date Fri, 20 Aug 2021 17:00:51 -0400
parents fa45724a7fc8
children 4ee0cac00a10
files libinterp/corefcn/error.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/error.h	Fri Aug 20 13:52:01 2021 -0400
+++ b/libinterp/corefcn/error.h	Fri Aug 20 17:00:51 2021 -0400
@@ -549,7 +549,7 @@
 }
 
 OCTAVE_DEPRECATED (7, "use 'octave::warning_enabled' instead")
-inline OCTINTERP_API int warning_enabled (const std::string& id)
+inline int warning_enabled (const std::string& id)
 {
   return octave::warning_enabled (id);
 }