mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
pkg/libfixmath: upgrade version to work with gcc6
With gcc6, libfixmath unittests do not compile because of a negative value left
shift error '-Werror=shift-negative-value'. All uses of F16C with negative value
are affected.
Changelog:
* Fix '-Werror=shift-negative-value' for gcc 6
* make some member functions const
ad9ed940e5...7f9c966b5c
This commit is contained in:
parent
2097f6810f
commit
5c7ebe0724
@ -1,5 +1,5 @@
|
||||
PKG_NAME := libfixmath
|
||||
PKG_VERSION := ad9ed940e57d43432b276e95aee6ca9df6f23ccd
|
||||
PKG_VERSION := 7f9c966b5c473770dc93940e3e6e5323f3c1ad69
|
||||
PKG_URL := https://github.com/PetteriAimonen/libfixmath
|
||||
PKG_LICENSE := MIT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user