Commit 0fb0c8e4 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

input/input_internal.h: Provide a more discouraging warning message. (as requested by courmish)

parent 156bc8a1
...@@ -353,7 +353,7 @@ static inline int demux2_Control( demux_t *p_demux, int i_query, ... ) ...@@ -353,7 +353,7 @@ static inline int demux2_Control( demux_t *p_demux, int i_query, ... )
} }
#if defined(__PLUGIN__) || defined(__BUILTIN__) #if defined(__PLUGIN__) || defined(__BUILTIN__)
# warning This is an internal header. Please don't relay on it unless you really know what you are doing. # warning This is an internal header, please don't rely on it.
#else #else
/* Stream */ /* Stream */
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment