Skip to content

Commit 0f47151

Browse files
author
Arto Kinnunen
committed
Merge commit '829a5273f99d632340333ae4c404780db3f9202f' into nanostack-release-candidate
* commit '829a5273f99d632340333ae4c404780db3f9202f': Squashed 'features/FEATURE_COMMON_PAL/mbed-client-randlib/' changes from 26cdd39..531457e
2 parents 1432aff + 829a527 commit 0f47151

File tree

1 file changed

+2
-0
lines changed
  • features/FEATURE_COMMON_PAL/mbed-client-randlib/source

1 file changed

+2
-0
lines changed

features/FEATURE_COMMON_PAL/mbed-client-randlib/source/randLIB.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ void randLIB_add_seed(uint64_t seed)
121121
if (state[1] == 0 && state[0] == 0) {
122122
state[0] = 1;
123123
}
124+
#else
125+
(void)seed;
124126
#endif
125127
}
126128

0 commit comments

Comments
 (0)