fix improper function prototypes (empty parentheses)
This commit is contained in:
@@ -39,7 +39,7 @@ void LAPACKE_set_nancheck( int flag )
|
||||
nancheck_flag = ( flag ) ? 1 : 0;
|
||||
}
|
||||
|
||||
int LAPACKE_get_nancheck( )
|
||||
int LAPACKE_get_nancheck( void )
|
||||
{
|
||||
char* env;
|
||||
if ( nancheck_flag != -1 ) {
|
||||
|
||||
Reference in New Issue
Block a user