display: set compiler option to print all warning messages

- Remove -Werror which would stop compilation, instead add -Wall
and -Wconversion, which would still print out the warning messages.
- Helps in fixing the warnings without breaking the compilation

Change-Id: Iffa4687a267d405a3011521f0882a9aefd88b5ce
1 file changed