This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Warnings in SYS/BIOS Timer.c files

Other Parts Discussed in Thread: SYSBIOS

Hi,

A minor improvement... The following source files:

bios_6_35_03_47/packages/ti/sysbios/timers/dmtimer/Timer.c:436
bios_6_35_03_47/packages/ti/sysbios/timers/gptimer/Timer.c:381

Contain the following line (same for both):

Int Timer_Module_startup(status)

It generates the following warning on gcc 4.8 (reasonably):

"warning: type of 'status' defaults to 'int'"

I recommend the following patch for the next version of SYS/BIOS:

Int Timer_Module_startup(Int status)

Best,
Vasili