Usually we write a function in our coding languages and have a return value, but some cases we don’t need returned variable in our code. when we neglect the returned value while calling the function, it shows a warning which is a little bit annoying. as you can see in the picture.
I know we can put _
instead of creating a variable but isn't there any proper method to remove this warning?