fix improper function prototypes (empty parentheses)
This commit is contained in:
		
							parent
							
								
									675cd551da
								
							
						
					
					
						commit
						cd8ac192a9
					
				|  | @ -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 ) { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue