unused variables in posixwrapper.c
Status: Beta
Brought to you by:
madhusudansingh
In posixwrapper.c, in function fortranfputs_, in line
248 an integer variable called stat is declared. But it
is never used. gcc with -Wall option catches this as
warning.
If there is nothing sacred about this variable, I would
suggest to remove this line.
regards
raju
Logged In: YES
user_id=1026801
Noted.
Logged In: YES
user_id=772150
I reopened this bug, based on a private conversation with
Madhusudan Singh. This bug still needs to be fixed.
raju