Skip to content

Commit cd8ac19

Browse files
authored
fix improper function prototypes (empty parentheses)
1 parent 675cd55 commit cd8ac19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lapack-netlib/LAPACKE/src/lapacke_nancheck.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ void LAPACKE_set_nancheck( int flag )
3939
nancheck_flag = ( flag ) ? 1 : 0;
4040
}
4141

42-
int LAPACKE_get_nancheck( )
42+
int LAPACKE_get_nancheck( void )
4343
{
4444
char* env;
4545
if ( nancheck_flag != -1 ) {

0 commit comments

Comments
 (0)