Skip to content

Commit 829a527

Browse files
author
Arto Kinnunen
committed
Squashed 'features/FEATURE_COMMON_PAL/mbed-client-randlib/' changes from 26cdd39..531457e
531457e Update randLIB.c git-subtree-dir: features/FEATURE_COMMON_PAL/mbed-client-randlib git-subtree-split: 531457e3b0953e43c343d025351da4fb64be8ef1
1 parent 26cdd39 commit 829a527

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)