1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/libfixmath
Gaëtan Harter 5c7ebe0724 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
2017-09-29 12:14:47 +02:00
..
patches libmathfix: move to git repository and adapt 2016-05-12 16:39:18 +02:00
doc.txt fixup! pkg: enhance doxygen packages documentation 2017-07-03 11:18:47 +02:00
Makefile pkg/libfixmath: upgrade version to work with gcc6 2017-09-29 12:14:47 +02:00
Makefile.include make: pkg: make use of PKGDIRBASE 2017-03-10 14:18:44 +01:00