Eina: fix warnings

This commit is contained in:
Vincent Torri 2015-10-18 12:53:35 +02:00 committed by Nicolas Aguirre
parent 89e855c2d0
commit 94ef095179
1 changed files with 0 additions and 2 deletions

View File

@ -913,7 +913,6 @@ EAPI int
eina_file_mkstemp(const char *templatename, Eina_Tmpstr **path)
{
char buffer[PATH_MAX];
const char *tmpdir = NULL;
const char *XXXXXX = NULL;
int fd, len;
#ifndef _WIN32
@ -957,7 +956,6 @@ EAPI Eina_Bool
eina_file_mkdtemp(const char *templatename, Eina_Tmpstr **path)
{
char buffer[PATH_MAX];
const char *tmpdir = NULL;
char *tmpdirname;
eina_file_path_join(buffer, sizeof(buffer),