wake-0 / fhvOS

This repository contains an os for the arm cortex a8 in combination with beaglebone.
GNU General Public License v2.0
7 stars 1 forks source link

[General] Remove warnings #22

Closed wake-0 closed 9 years ago

wake-0 commented 9 years ago

Remove all warnings from the code, which are not necessary.

trylimits commented 9 years ago

Warnings are never necessary. We should try to get rid of all warnings.

wake-0 commented 9 years ago

Sometimes warnings are bugs: e.g. // surpress compiler warning that default starting point is different --diag_suppress=10063

This was meant by necessary --> you cannot remove this bug, only suppress

trylimits commented 9 years ago

@mpe5651 Most of the warnings come from hal_timer.c and driver_timer.c. I will take care of those warnings if you confirm.

ghost commented 9 years ago

most of the warnings caused by the interrupt and timer code are now solved