This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11611 - Build with -std=gnu99
Attached to Project:
Rockbox
Opened by Rafaël Carré (funman) - Tuesday, 07 September 2010, 10:39 GMT+2
Last edited by Rafaël Carré (funman) - Tuesday, 07 September 2010, 16:21 GMT+2
Opened by Rafaël Carré (funman) - Tuesday, 07 September 2010, 10:39 GMT+2
Last edited by Rafaël Carré (funman) - Tuesday, 07 September 2010, 16:21 GMT+2
|
DetailsUse -std=gnu99 instead of default gnu89 to allow the use of some additional C99 constructs, like for(int i=0; i<n; i++)
Remove inline keyword from some inline non static functions Add static to some other Modify pitch_detector to not use a struct Builds & runs without warnings for Clip+ |
This task depends upon
Closed by Rafaël Carré (funman)
Tuesday, 07 September 2010, 16:21 GMT+2
Reason for closing: Accepted
Additional comments about closing: r28021
Tuesday, 07 September 2010, 16:21 GMT+2
Reason for closing: Accepted
Additional comments about closing: r28021
committed fixes for plugins/, now only tools/configure remains