- Minor fixer to remove compiler warnings for ARMCC
This commit is contained in:
parent
1fad5bfb19
commit
684ddce18c
3 changed files with 1 additions and 3 deletions
|
@ -58,7 +58,7 @@
|
|||
* \return The constructed version number in the format
|
||||
* MMNNPP00 (Major, Minor, Patch).
|
||||
*/
|
||||
unsigned int version_get_number();
|
||||
unsigned int version_get_number( void );
|
||||
|
||||
/**
|
||||
* Get the version string ("x.y.z").
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue