Fix some warnings

This commit is contained in:
Gregory Nutt
2016-06-13 11:48:20 -06:00
parent 94f5e87222
commit eac916c907
14 changed files with 129 additions and 131 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ static inline int stmpe811_waitsample(FAR struct stmpe811_dev_s *priv,
if (ret < 0)
{
#ifdef CONFIG_DEBUG_FEATURES
#if defined(CONFIG_DEBUG_INPUT_ERROR) || defined(CONFIG_DEBUG_ASSERTIONS)
/* Sample the errno (debug output could change it) */
int errval = errno;