Hi recently I have been installing many of numerical software in Ubuntu.
Of the many software that I have installed manually using the make file provided, I have often seen that the compilation phase generates a number of warnings.
Are such compiler warning to be ignored? Many people tell me that warning don't really matter. I am confused. I want to be sure that I have installed a software correctly. Could anyone give me some sort of guidelines to which warnings I should ignore in general or which I should take seriously.
Many of the warnings I have seen involve some variable being initialized or the control reaching the end of a non-void function.
I am sorry if that sounds like a vague question. But I am not really sure how else to phrase it.
Thank you.