diff options
Diffstat (limited to 'src/interfaces/ecpg/ecpglib/descriptor.c')
-rw-r--r-- | src/interfaces/ecpg/ecpglib/descriptor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/ecpglib/descriptor.c b/src/interfaces/ecpg/ecpglib/descriptor.c index 3caeff5806d..aa31655c63b 100644 --- a/src/interfaces/ecpg/ecpglib/descriptor.c +++ b/src/interfaces/ecpg/ecpglib/descriptor.c @@ -518,7 +518,7 @@ ECPGget_desc(int lineno, const char *desc_name, int index,...) } #ifdef HAVE__CONFIGTHREADLOCALE if (stmt.oldthreadlocale != -1) - _configthreadlocale(stmt.oldthreadlocale); + (void) _configthreadlocale(stmt.oldthreadlocale); #endif #endif } |