Added forward declaration for yyparse to avoid warnings with some compilers when compiling acc

This commit is contained in:
jpekkila
2019-12-03 18:36:21 +02:00
parent 825aa0efaa
commit 49581e8eaa

View File

@@ -43,6 +43,9 @@ static FILE* CUDAHEADER = NULL;
static const char* dslheader_filename = "user_defines.h";
static const char* cudaheader_filename = "user_kernels.h";
// Forward declaration of yyparse
int yyparse(void);
/*
* =============================================================================
* Translation