Add a #warning to deepspeech_compat.h

X-DeepSpeech: NOBUILD
This commit is contained in:
Reuben Morais 2019-09-09 15:51:55 +02:00
parent b95ebea9ba
commit 7abbe077d8

View File

@ -3,6 +3,10 @@
#include "deepspeech.h"
#warning This header is a convenience wrapper for compatibility with \
the previous API, it has deprecated function names and arguments. \
If possible, update your code instead of using this header.
/**
* @brief An object providing an interface to a trained DeepSpeech model.
*