changeset 21340:9f838471a5da

* kpse.cc: Avoid warning about static function in "header" file.
author John W. Eaton <jwe@octave.org>
date Wed, 24 Feb 2016 13:09:31 -0500
parents 6228796397bc
children ae384d86196e
files liboctave/util/kpse.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/util/kpse.cc	Wed Feb 24 13:06:53 2016 -0500
+++ b/liboctave/util/kpse.cc	Wed Feb 24 13:09:31 2016 -0500
@@ -2186,7 +2186,7 @@
 
 #endif /* WIN32 */
 
-static void
+static inline void
 do_subdir (str_llist_type *str_list_ptr, const std::string& elt,
            unsigned elt_length, const std::string& post)
 {