On 29.04.2020 19:19, Sameh M. Abdulah wrote:
I am getting this warning which I need to get rid of.
Found 'exit', possibly from 'exit' (C)
Found 'stderr', possibly from 'stderr' (C)
I am depending on several C-based software that has many calls for 'exit' and
'stderr
I am getting this warning which I need to get rid of.
Found 'exit', possibly from 'exit' (C)
Found 'stderr', possibly from 'stderr' (C)
I am depending on several C-based software that has many calls for 'exit' and
'stderr'. In this case, how can I avoid this warning?
T