summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ppp
diff options
context:
space:
mode:
authorZoltan Boszormenyi <zboszor@gmail.com>2024-04-29 12:29:59 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-30 22:20:13 +0100
commit914128f6bd988cde278e087fb9457a0c70c7e5ec (patch)
treeb6470c93123d49d5cc6a54ea8e3abdc4b4138ec1 /meta/recipes-connectivity/ppp
parent731f47ecfd8ad6558aac629806810789c623986b (diff)
downloadopenembedded-core-master.tar.gz
cracklib: Modify patch to compile with GCC 14HEADmaster
GCC 14 implicitly turns a warning into a compiler error: | ../../git/src/lib/packlib.c: In function ‘PWClose’: | ../../git/src/lib/packlib.c:554:40: error: passing argument 1 of ‘HwmsHostToBigEndian’ from incompatible pointer type [-Wincompatible-pointer-types] | 554 | HwmsHostToBigEndian(tmp_pwp.hwms, sizeof(tmp_pwp.hwms), en_is32); | | ~~~~~~~^~~~~ | | | | | uint32_t * {aka unsigned int *} | ../../git/src/lib/packlib.c:142:27: note: expected ‘char *’ but argument is of type ‘uint32_t *’ {aka ‘unsigned int *’} | 142 | HwmsHostToBigEndian(char *pHwms, int nLen,int nBitType) | | ~~~~~~^~~~~ Add the cast to (char *) to silence it. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/ppp')
0 files changed, 0 insertions, 0 deletions
ernal-error-message OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/oe-init-build-env
blob: b7e29188b00aa30685e05a112dd45a761ba3f2db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62