changeset 21115:629643522cc0

include errwarn.h in all files that use gripe_disabled_feature * gl-render.cc, oct-hdf5-types.cc, sysdep.cc: Include errwarn.h.
author John W. Eaton <jwe@octave.org>
date Wed, 20 Jan 2016 17:53:19 -0500
parents 47908b818865
children c1df36373272
files libinterp/corefcn/gl-render.cc libinterp/corefcn/oct-hdf5-types.cc libinterp/corefcn/sysdep.cc
diffstat 3 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/gl-render.cc	Tue Jan 19 19:00:31 2016 -0800
+++ b/libinterp/corefcn/gl-render.cc	Wed Jan 20 17:53:19 2016 -0500
@@ -31,6 +31,8 @@
 #include <lo-mappers.h>
 #include "oct-locbuf.h"
 #include "oct-refcount.h"
+
+#include "errwarn.h"
 #include "gl-render.h"
 #include "txt-eng.h"
 #include "txt-eng-ft.h"
--- a/libinterp/corefcn/oct-hdf5-types.cc	Tue Jan 19 19:00:31 2016 -0800
+++ b/libinterp/corefcn/oct-hdf5-types.cc	Wed Jan 20 17:53:19 2016 -0500
@@ -25,6 +25,7 @@
 #endif
 
 #include "error.h"
+#include "errwarn.h"
 #include "oct-hdf5.h"
 
 bool
--- a/libinterp/corefcn/sysdep.cc	Tue Jan 19 19:00:31 2016 -0800
+++ b/libinterp/corefcn/sysdep.cc	Wed Jan 20 17:53:19 2016 -0500
@@ -73,6 +73,7 @@
 #include "defun.h"
 #include "display.h"
 #include "error.h"
+#include "errwarn.h"
 #include "input.h"
 #include "ovl.h"
 #include "ov.h"