[riot-commits] [RIOT-OS/RIOT] ea0648: pkg/semtech-loramac: Fix -Wformat llvm warning
Martine Lenders
authmillenon at gmail.com
Thu Aug 2 18:35:31 CEST 2018
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: ea06482b258122ad077eb28d72c5ed1f26dcb1f1
https://github.com/RIOT-OS/RIOT/commit/ea06482b258122ad077eb28d72c5ed1f26dcb1f1
Author: Gaëtan Harter <gaetan.harter at fu-berlin.de>
Date: 2018-08-02 (Thu, 02 Aug 2018)
Changed paths:
M pkg/semtech-loramac/contrib/semtech_loramac_getset.c
Log Message:
-----------
pkg/semtech-loramac: Fix -Wformat llvm warning
Fixed warning
format specifies type 'unsigned long' but the argument has type 'uint32_t' (aka 'unsigned int')
Commit: 6ba37a902d20d39e52dfca69a96273cd9c774758
https://github.com/RIOT-OS/RIOT/commit/6ba37a902d20d39e52dfca69a96273cd9c774758
Author: Gaëtan Harter <gaetan.harter at fu-berlin.de>
Date: 2018-08-02 (Thu, 02 Aug 2018)
Changed paths:
M drivers/sx127x/sx127x_getset.c
M tests/driver_sx127x/main.c
Log Message:
-----------
drivers/sx127x: Fix -Wformat llvm warning
Fixed warning
format specifies type 'unsigned long' but the argument has type 'uint32_t' (aka 'unsigned int')
Commit: 4c74db4e7a6cf1e3be1edb3c10cdba14ba032513
https://github.com/RIOT-OS/RIOT/commit/4c74db4e7a6cf1e3be1edb3c10cdba14ba032513
Author: Gaëtan Harter <gaetan.harter at fu-berlin.de>
Date: 2018-08-02 (Thu, 02 Aug 2018)
Changed paths:
M tests/pkg_semtech-loramac/main.c
Log Message:
-----------
pkg/semtech-loramac: Fix -Wformat llvm warning
Fixed warning
format specifies type 'unsigned long' but the argument has type 'uint32_t' (aka 'unsigned int')
Commit: 7f04742e0b869f7baf3bf397829b3d79b0503f5a
https://github.com/RIOT-OS/RIOT/commit/7f04742e0b869f7baf3bf397829b3d79b0503f5a
Author: Martine Lenders <authmillenon at gmail.com>
Date: 2018-08-02 (Thu, 02 Aug 2018)
Changed paths:
M drivers/sx127x/sx127x_getset.c
M pkg/semtech-loramac/contrib/semtech_loramac_getset.c
M tests/driver_sx127x/main.c
M tests/pkg_semtech-loramac/main.c
Log Message:
-----------
Merge pull request #9687 from cladmi/pr/llvm/sx127/wformat
sx127x: fix -Wformat llvm warning
Compare: https://github.com/RIOT-OS/RIOT/compare/70006a98517f...7f04742e0b86
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the commits
mailing list