Kaspar Schleiser
94e314c914
pkg/nimble: fix if(IS_ACTIVE(..) && CONSTANT) with llvm
...
Fixes
```
/home/kaspar/src/riot.rs/pkg/nimble/autoadv/nimble_autoadv.c:163:46: error: use of logical '&&' with constant operand [-Werror,-Wconstant-logical-operand]
if (IS_ACTIVE(NIMBLE_AUTOADV_FLAG_FIELD) && BLUETIL_AD_FLAGS_DEFAULT) {
^ ~~~~~~~~~~~~~~~~~~~~~~~~
/home/kaspar/src/riot.rs/pkg/nimble/autoadv/nimble_autoadv.c:163:46: note: use '&' for a bitwise operation
if (IS_ACTIVE(NIMBLE_AUTOADV_FLAG_FIELD) && BLUETIL_AD_FLAGS_DEFAULT) {
^~
&
/home/kaspar/src/riot.rs/pkg/nimble/autoadv/nimble_autoadv.c:163:46: note: remove constant to silence this warning
if (IS_ACTIVE(NIMBLE_AUTOADV_FLAG_FIELD) && BLUETIL_AD_FLAGS_DEFAULT) {
~^~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
2021-09-16 14:01:33 +02:00
..
2021-04-08 16:34:36 +02:00
2021-04-08 16:34:36 +02:00
2021-08-25 18:42:40 +02:00
2021-04-08 16:34:36 +02:00
2020-08-19 11:34:43 +02:00
2020-08-19 11:34:43 +02:00
2021-04-08 16:34:36 +02:00
2021-08-13 19:50:38 +02:00
2021-04-08 16:34:36 +02:00
2021-04-08 16:34:36 +02:00
2021-07-09 11:16:41 +02:00
2021-09-07 09:35:12 +02:00
2021-04-08 16:34:36 +02:00
2021-08-13 19:50:38 +02:00
2021-09-08 15:22:40 +02:00
2021-09-03 11:27:03 +02:00
2021-03-12 16:05:18 +01:00
2021-04-08 16:34:36 +02:00
2021-04-08 16:34:36 +02:00
2021-04-08 16:34:36 +02:00
2020-09-04 15:01:10 +02:00
2021-04-08 16:34:36 +02:00
2021-04-08 16:34:36 +02:00
2021-03-12 16:05:18 +01:00
2021-03-12 16:05:18 +01:00
2021-06-10 12:36:16 +02:00
2021-04-08 16:34:36 +02:00
2021-04-08 16:34:36 +02:00
2021-08-13 19:50:38 +02:00
2021-08-13 19:50:38 +02:00
2021-04-08 16:34:36 +02:00
2021-08-13 19:50:38 +02:00
2021-08-13 19:50:38 +02:00
2021-08-26 14:37:58 +02:00
2021-04-08 16:34:36 +02:00
2021-04-08 16:34:36 +02:00
2020-09-04 15:01:10 +02:00
2021-04-08 16:34:36 +02:00
2021-04-08 16:34:36 +02:00
2021-09-07 09:27:11 +02:00
2021-09-09 13:42:41 +02:00
2021-05-27 16:13:38 +02:00
2021-08-26 14:40:18 +02:00
2021-09-16 14:01:33 +02:00
2021-08-18 15:24:10 +02:00
2021-08-18 15:24:10 +02:00
2021-08-26 14:40:18 +02:00
2021-04-08 16:34:36 +02:00
2021-06-15 12:06:10 +02:00
2021-05-09 17:19:13 +02:00
2021-04-08 16:34:36 +02:00
2021-07-13 21:14:19 +02:00
2021-08-13 19:50:38 +02:00
2021-04-08 16:34:36 +02:00
2021-03-12 16:05:18 +01:00
2021-04-08 16:34:36 +02:00
2021-04-08 16:34:36 +02:00
2021-09-07 09:35:00 +02:00
2021-07-08 16:00:11 +02:00
2021-08-13 19:50:38 +02:00
2021-04-08 16:34:36 +02:00
2021-04-08 16:34:36 +02:00
2021-04-08 16:34:36 +02:00
2021-04-08 16:34:36 +02:00
2021-03-12 16:05:18 +01:00
2021-04-08 16:34:36 +02:00
2021-09-07 09:27:39 +02:00
2021-08-13 19:50:38 +02:00
2021-08-13 19:50:38 +02:00
2021-08-13 19:50:38 +02:00
2021-04-08 16:34:36 +02:00
2021-04-20 14:57:11 +02:00
2021-06-15 12:06:10 +02:00
2020-06-26 09:25:43 +02:00
2020-06-26 09:25:44 +02:00
2020-01-06 00:37:47 +01:00
2021-08-26 14:40:18 +02:00