1 | Starting build of type regular ...
|
---|
2 | Building Haiku Nightly
|
---|
3 | Asked for bios_ia32 target boot platform
|
---|
4 | Unknown path to handle adding to image
|
---|
5 | Asked for pxe_ia32 target boot platform
|
---|
6 | Unknown path to handle adding to image
|
---|
7 | ...patience...
|
---|
8 | ...patience...
|
---|
9 | ...patience...
|
---|
10 | ...patience...
|
---|
11 | ...patience...
|
---|
12 | ...patience...
|
---|
13 | ...patience...
|
---|
14 | ...patience...
|
---|
15 | ...patience...
|
---|
16 | ...patience...
|
---|
17 | ...patience...
|
---|
18 | ...found 101048 target(s)...
|
---|
19 | ...updating 16637 target(s)...
|
---|
20 | C++ objects/darwin/release/tools/anyboot/anyboot.o
|
---|
21 | ../src/tools/anyboot/anyboot.cpp:122:3: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
22 | ((uint32_t *)partition)[2] = partitionOffset;
|
---|
23 | ^~~~~~~~~~~~~~~~~~~~~
|
---|
24 | ../src/tools/anyboot/anyboot.cpp:123:3: warning: cast from 'uint8_t *' (aka 'unsigned char *') to 'uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
25 | ((uint32_t *)partition)[3] = (uint32_t)(size / kBlockSize);
|
---|
26 | ^~~~~~~~~~~~~~~~~~~~~
|
---|
27 | 2 warnings generated.
|
---|
28 | Link objects/darwin/release/tools/anyboot/anyboot
|
---|
29 | Chmod1 objects/darwin/release/tools/anyboot/anyboot
|
---|
30 | C++ objects/darwin/release/build/libroot/function_remapper.o
|
---|
31 | Archive objects/darwin/release/build/libroot/libroot_build_function_remapper.a
|
---|
32 | ar: creating archive objects/darwin/release/build/libroot/libroot_build_function_remapper.a
|
---|
33 | Ranlib objects/darwin/release/build/libroot/libroot_build_function_remapper.a
|
---|
34 | C++ objects/darwin/release/build/libroot/atomic.o
|
---|
35 | C++ objects/darwin/release/build/libroot/byteorder.o
|
---|
36 | C++ objects/darwin/release/build/libroot/errors.o
|
---|
37 | C++ objects/darwin/release/build/libroot/find_directory.o
|
---|
38 | C++ objects/darwin/release/build/libroot/fs.o
|
---|
39 | C++ objects/darwin/release/build/libroot/fs_attr.o
|
---|
40 | In file included from ../src/build/libroot/fs_attr.cpp:5:
|
---|
41 | ../src/build/libroot/fs_attr_untyped.cpp:135:35: warning: cast from 'char *' to 'struct dirent *' increases required alignment from 1 to 8 [-Wcast-align]
|
---|
42 | struct dirent* dirent() { return (struct dirent*)_; }
|
---|
43 | ^~~~~~~~~~~~~~~~~
|
---|
44 | ../src/build/libroot/fs_attr_untyped.cpp:543:28: warning: cast from 'char *' to '(anonymous namespace)::AttributeHeader *' increases required alignment from 1 to 4 [-Wcast-align]
|
---|
45 | AttributeHeader* header = (AttributeHeader*)attributeBuffer;
|
---|
46 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
47 | ../src/build/libroot/fs_attr_untyped.cpp:658:20: warning: cast from 'char *' to '(anonymous namespace)::AttributeHeader *' increases required alignment from 1 to 4 [-Wcast-align]
|
---|
48 | attrInfo->type = ((AttributeHeader*)attributeBuffer)->type;
|
---|
49 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
50 | 3 warnings generated.
|
---|
51 | C++ objects/darwin/release/build/libroot/fs_descriptors.o
|
---|
52 | C++ objects/darwin/release/build/libroot/misc.o
|
---|
53 | C++ objects/darwin/release/build/libroot/sem.o
|
---|
54 | C++ objects/darwin/release/build/libroot/thread.o
|
---|
55 | C++ objects/darwin/release/build/libroot/SHA256.o
|
---|
56 | ../src/system/libroot/posix/crypt/SHA256.cpp:120:20: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
57 | uint64* target = (uint64*)((uint8*)fBuffer + kChunkSize - 8);
|
---|
58 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
59 | 1 warning generated.
|
---|
60 | C++ objects/darwin/release/build/libroot/fs_darwin.o
|
---|
61 | C++ objects/darwin/release/build/libroot/driver_settings.o
|
---|
62 | C++ objects/darwin/release/build/libroot/strnlen.o
|
---|
63 | ../src/system/libroot/posix/string/strnlen.cpp:27:35: warning: cast from 'const char *' to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
64 | const uint32* kMaxScanPosition = (uint32*)(string + count - 4);
|
---|
65 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
66 | ../src/system/libroot/posix/string/strnlen.cpp:28:25: warning: cast from 'const char *' to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
67 | uint32* valuePointer = (uint32*)(string + length);
|
---|
68 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
69 | 2 warnings generated.
|
---|
70 | C++ objects/darwin/release/build/libroot/KMessage.o
|
---|
71 | ../src/system/kernel/messaging/KMessage.cpp:125:35: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'BPrivate::KMessage::FieldValueHeader *' increases required alignment from 1 to 4 [-Wcast-align]
|
---|
72 | FieldValueHeader* valueHeader = (FieldValueHeader*)data;
|
---|
73 | ^~~~~~~~~~~~~~~~~~~~~~~
|
---|
74 | ../src/system/kernel/messaging/KMessage.cpp:748:9: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'BPrivate::KMessage::FieldHeader *' increases required alignment from 1 to 4 [-Wcast-align]
|
---|
75 | return (FieldHeader*)((uint8*)fBuffer + offset);
|
---|
76 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
77 | ../src/system/kernel/messaging/KMessage.cpp:882:17: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'BPrivate::KMessage::FieldHeader *' increases required alignment from 1 to 4 [-Wcast-align]
|
---|
78 | fieldHeader = (FieldHeader*)data;
|
---|
79 | ^~~~~~~~~~~~~~~~~~
|
---|
80 | 3 warnings generated.
|
---|
81 | Link /Users/wmorgan/dev/haiku/haiku/generated.x86_64/objects/darwin/lib/libroot_build.so
|
---|
82 | Chmod1 /Users/wmorgan/dev/haiku/haiku/generated.x86_64/objects/darwin/lib/libroot_build.so
|
---|
83 | C++ objects/darwin/release/tools/package/command_add.o
|
---|
84 | In file included from ../src/bin/package/command_add.cpp:18:
|
---|
85 | In file included from ../headers/build/os/package/PackageInfo.h:1:
|
---|
86 | In file included from ../headers/build/../os/package/PackageInfo.h:11:
|
---|
87 | In file included from ../headers/build/os/support/String.h:1:
|
---|
88 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
89 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
90 | ^~~~~~~~~~~~~~~~~~~~
|
---|
91 | 1 warning generated.
|
---|
92 | C++ objects/darwin/release/tools/package/command_checksum.o
|
---|
93 | In file included from ../src/bin/package/command_checksum.cpp:18:
|
---|
94 | In file included from ../headers/build/os/support/String.h:1:
|
---|
95 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
96 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
97 | ^~~~~~~~~~~~~~~~~~~~
|
---|
98 | 1 warning generated.
|
---|
99 | C++ objects/darwin/release/tools/package/command_create.o
|
---|
100 | In file included from ../src/bin/package/command_create.cpp:19:
|
---|
101 | In file included from ../headers/build/os/package/PackageInfo.h:1:
|
---|
102 | In file included from ../headers/build/../os/package/PackageInfo.h:11:
|
---|
103 | In file included from ../headers/build/os/support/String.h:1:
|
---|
104 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
105 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
106 | ^~~~~~~~~~~~~~~~~~~~
|
---|
107 | 1 warning generated.
|
---|
108 | C++ objects/darwin/release/tools/package/command_dump.o
|
---|
109 | C++ objects/darwin/release/tools/package/command_extract.o
|
---|
110 | In file included from ../src/bin/package/command_extract.cpp:21:
|
---|
111 | In file included from ../headers/build/os/support/String.h:1:
|
---|
112 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
113 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
114 | ^~~~~~~~~~~~~~~~~~~~
|
---|
115 | 1 warning generated.
|
---|
116 | C++ objects/darwin/release/tools/package/command_info.o
|
---|
117 | In file included from ../src/bin/package/command_info.cpp:12:
|
---|
118 | In file included from ../headers/build/os/package/PackageInfo.h:1:
|
---|
119 | In file included from ../headers/build/../os/package/PackageInfo.h:11:
|
---|
120 | In file included from ../headers/build/os/support/String.h:1:
|
---|
121 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
122 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
123 | ^~~~~~~~~~~~~~~~~~~~
|
---|
124 | 1 warning generated.
|
---|
125 | C++ objects/darwin/release/tools/package/command_list.o
|
---|
126 | In file included from ../src/bin/package/command_list.cpp:19:
|
---|
127 | In file included from ../headers/build/os/package/hpkg/PackageInfoAttributeValue.h:1:
|
---|
128 | In file included from ../headers/build/../os/package/hpkg/PackageInfoAttributeValue.h:16:
|
---|
129 | In file included from ../headers/build/os/package/WritableFileUpdateType.h:1:
|
---|
130 | In file included from ../headers/build/../os/package/WritableFileUpdateType.h:9:
|
---|
131 | In file included from ../headers/build/os/support/String.h:1:
|
---|
132 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
133 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
134 | ^~~~~~~~~~~~~~~~~~~~
|
---|
135 | 1 warning generated.
|
---|
136 | C++ objects/darwin/release/tools/package/command_recompress.o
|
---|
137 | C++ objects/darwin/release/tools/package/package.o
|
---|
138 | C++ objects/darwin/release/tools/package/PackageWriterListener.o
|
---|
139 | ../src/bin/package/PackageWriterListener.cpp:50:3: warning: format specifies type 'unsigned long' but the argument has type 'uint64' (aka 'unsigned long long') [-Wformat]
|
---|
140 | uncompressedStringsSize);
|
---|
141 | ^~~~~~~~~~~~~~~~~~~~~~~
|
---|
142 | ../src/bin/package/PackageWriterListener.cpp:52:3: warning: format specifies type 'unsigned long' but the argument has type 'uint64' (aka 'unsigned long long') [-Wformat]
|
---|
143 | uncompressedMainSize);
|
---|
144 | ^~~~~~~~~~~~~~~~~~~~
|
---|
145 | ../src/bin/package/PackageWriterListener.cpp:54:3: warning: format specifies type 'unsigned long' but the argument has type 'uint64' (aka 'unsigned long long') [-Wformat]
|
---|
146 | uncompressedTOCSize);
|
---|
147 | ^~~~~~~~~~~~~~~~~~~
|
---|
148 | ../src/bin/package/PackageWriterListener.cpp:81:55: warning: format specifies type 'unsigned long' but the argument has type 'uint64' (aka 'unsigned long long') [-Wformat]
|
---|
149 | printf("heap size: %10" B_PRIu64 "\n", heapSize);
|
---|
150 | ~~~~~~~~~~~~~ ^~~~~~~~
|
---|
151 | ../src/bin/package/PackageWriterListener.cpp:82:55: warning: format specifies type 'unsigned long' but the argument has type 'uint64' (aka 'unsigned long long') [-Wformat]
|
---|
152 | printf("TOC size: %10" B_PRIu64 "\n", tocSize);
|
---|
153 | ~~~~~~~~~~~~~ ^~~~~~~
|
---|
154 | ../src/bin/package/PackageWriterListener.cpp:85:55: warning: format specifies type 'unsigned long' but the argument has type 'uint64' (aka 'unsigned long long') [-Wformat]
|
---|
155 | printf("total size: %10" B_PRIu64 "\n", totalSize);
|
---|
156 | ~~~~~~~~~~~~~ ^~~~~~~~~
|
---|
157 | 6 warnings generated.
|
---|
158 | C++ objects/darwin/release/tools/package/PackageWritingUtils.o
|
---|
159 | C++ objects/darwin/release/build/libpackage/ActivateRepositoryCacheJob.o
|
---|
160 | In file included from ../src/kits/package/ActivateRepositoryCacheJob.cpp:10:
|
---|
161 | In file included from ../headers/build/private/package/ActivateRepositoryCacheJob.h:1:
|
---|
162 | In file included from ../headers/build/../private/package/ActivateRepositoryCacheJob.h:11:
|
---|
163 | In file included from ../headers/build/os/support/String.h:1:
|
---|
164 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
165 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
166 | ^~~~~~~~~~~~~~~~~~~~
|
---|
167 | 1 warning generated.
|
---|
168 | C++ objects/darwin/release/build/libpackage/ActivateRepositoryConfigJob.o
|
---|
169 | In file included from ../src/kits/package/ActivateRepositoryConfigJob.cpp:11:
|
---|
170 | In file included from ../headers/build/private/package/ActivateRepositoryConfigJob.h:1:
|
---|
171 | In file included from ../headers/build/../private/package/ActivateRepositoryConfigJob.h:11:
|
---|
172 | In file included from ../headers/build/os/support/String.h:1:
|
---|
173 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
174 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
175 | ^~~~~~~~~~~~~~~~~~~~
|
---|
176 | 1 warning generated.
|
---|
177 | C++ objects/darwin/release/build/libpackage/ActivationTransaction.o
|
---|
178 | In file included from ../src/kits/package/ActivationTransaction.cpp:10:
|
---|
179 | In file included from ../headers/build/private/package/ActivationTransaction.h:1:
|
---|
180 | In file included from ../headers/build/../private/package/ActivationTransaction.h:14:
|
---|
181 | In file included from ../headers/build/os/support/StringList.h:1:
|
---|
182 | In file included from ../headers/build/../os/support/StringList.h:12:
|
---|
183 | In file included from ../headers/build/os/support/String.h:1:
|
---|
184 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
185 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
186 | ^~~~~~~~~~~~~~~~~~~~
|
---|
187 | 1 warning generated.
|
---|
188 | C++ objects/darwin/release/build/libpackage/AddRepositoryRequest.o
|
---|
189 | In file included from ../src/kits/package/AddRepositoryRequest.cpp:10:
|
---|
190 | In file included from ../headers/build/os/package/AddRepositoryRequest.h:1:
|
---|
191 | In file included from ../headers/build/../os/package/AddRepositoryRequest.h:9:
|
---|
192 | In file included from ../headers/build/os/support/String.h:1:
|
---|
193 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
194 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
195 | ^~~~~~~~~~~~~~~~~~~~
|
---|
196 | 1 warning generated.
|
---|
197 | C++ objects/darwin/release/build/libpackage/Attributes.o
|
---|
198 | C++ objects/darwin/release/build/libpackage/ChecksumAccessors.o
|
---|
199 | In file included from ../src/kits/package/ChecksumAccessors.cpp:16:
|
---|
200 | In file included from ../headers/build/private/package/ChecksumAccessors.h:1:
|
---|
201 | In file included from ../headers/build/../private/package/ChecksumAccessors.h:10:
|
---|
202 | In file included from ../headers/build/os/support/String.h:1:
|
---|
203 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
204 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
205 | ^~~~~~~~~~~~~~~~~~~~
|
---|
206 | 1 warning generated.
|
---|
207 | C++ objects/darwin/release/build/libpackage/CommitTransactionResult.o
|
---|
208 | In file included from ../src/kits/package/CommitTransactionResult.cpp:10:
|
---|
209 | In file included from ../headers/build/os/package/CommitTransactionResult.h:1:
|
---|
210 | In file included from ../headers/build/../os/package/CommitTransactionResult.h:10:
|
---|
211 | In file included from ../headers/build/os/support/String.h:1:
|
---|
212 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
213 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
214 | ^~~~~~~~~~~~~~~~~~~~
|
---|
215 | 1 warning generated.
|
---|
216 | C++ objects/darwin/release/build/libpackage/Context.o
|
---|
217 | In file included from ../src/kits/package/Context.cpp:12:
|
---|
218 | In file included from ../headers/build/os/package/Context.h:1:
|
---|
219 | In file included from ../headers/build/../os/package/Context.h:10:
|
---|
220 | In file included from ../headers/build/os/support/String.h:1:
|
---|
221 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
222 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
223 | ^~~~~~~~~~~~~~~~~~~~
|
---|
224 | 1 warning generated.
|
---|
225 | C++ objects/darwin/release/build/libpackage/DownloadFileRequest.o
|
---|
226 | In file included from ../src/kits/package/DownloadFileRequest.cpp:10:
|
---|
227 | In file included from ../headers/build/os/package/DownloadFileRequest.h:1:
|
---|
228 | In file included from ../headers/build/../os/package/DownloadFileRequest.h:10:
|
---|
229 | In file included from ../headers/build/os/support/String.h:1:
|
---|
230 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
231 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
232 | ^~~~~~~~~~~~~~~~~~~~
|
---|
233 | 1 warning generated.
|
---|
234 | C++ objects/darwin/release/build/libpackage/DropRepositoryRequest.o
|
---|
235 | In file included from ../src/kits/package/DropRepositoryRequest.cpp:10:
|
---|
236 | In file included from ../headers/build/os/package/DropRepositoryRequest.h:1:
|
---|
237 | In file included from ../headers/build/../os/package/DropRepositoryRequest.h:9:
|
---|
238 | In file included from ../headers/build/os/support/String.h:1:
|
---|
239 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
240 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
241 | ^~~~~~~~~~~~~~~~~~~~
|
---|
242 | 1 warning generated.
|
---|
243 | C++ objects/darwin/release/build/libpackage/FetchFileJob.o
|
---|
244 | In file included from ../src/kits/package/FetchFileJob.cpp:13:
|
---|
245 | In file included from ../src/kits/package/FetchFileJob.h:13:
|
---|
246 | In file included from ../headers/build/os/support/String.h:1:
|
---|
247 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
248 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
249 | ^~~~~~~~~~~~~~~~~~~~
|
---|
250 | In file included from ../src/kits/package/FetchFileJob.cpp:13:
|
---|
251 | ../src/kits/package/FetchFileJob.h:68:15: warning: private field 'fError' is not used [-Wunused-private-field]
|
---|
252 | status_t fError;
|
---|
253 | ^
|
---|
254 | 2 warnings generated.
|
---|
255 | C++ objects/darwin/release/build/libpackage/InstallationLocationInfo.o
|
---|
256 | In file included from ../src/kits/package/InstallationLocationInfo.cpp:10:
|
---|
257 | In file included from ../headers/build/os/package/InstallationLocationInfo.h:1:
|
---|
258 | In file included from ../headers/build/../os/package/InstallationLocationInfo.h:10:
|
---|
259 | In file included from ../headers/build/os/support/String.h:1:
|
---|
260 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
261 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
262 | ^~~~~~~~~~~~~~~~~~~~
|
---|
263 | 1 warning generated.
|
---|
264 | C++ objects/darwin/release/build/libpackage/Job.o
|
---|
265 | In file included from ../src/kits/package/Job.cpp:11:
|
---|
266 | In file included from ../headers/build/os/package/Job.h:1:
|
---|
267 | In file included from ../headers/build/../os/package/Job.h:9:
|
---|
268 | In file included from ../headers/build/os/support/Job.h:1:
|
---|
269 | In file included from ../headers/build/../os/support/Job.h:10:
|
---|
270 | In file included from ../headers/build/os/support/String.h:1:
|
---|
271 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
272 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
273 | ^~~~~~~~~~~~~~~~~~~~
|
---|
274 | 1 warning generated.
|
---|
275 | C++ objects/darwin/release/build/libpackage/PackageInfo.o
|
---|
276 | In file included from ../src/kits/package/PackageInfo.cpp:8:
|
---|
277 | In file included from ../headers/build/os/package/PackageInfo.h:1:
|
---|
278 | In file included from ../headers/build/../os/package/PackageInfo.h:11:
|
---|
279 | In file included from ../headers/build/os/support/String.h:1:
|
---|
280 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
281 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
282 | ^~~~~~~~~~~~~~~~~~~~
|
---|
283 | 1 warning generated.
|
---|
284 | C++ objects/darwin/release/build/libpackage/PackageInfoContentHandler.o
|
---|
285 | In file included from ../src/kits/package/PackageInfoContentHandler.cpp:9:
|
---|
286 | In file included from ../headers/build/os/package/PackageInfo.h:1:
|
---|
287 | In file included from ../headers/build/../os/package/PackageInfo.h:11:
|
---|
288 | In file included from ../headers/build/os/support/String.h:1:
|
---|
289 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
290 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
291 | ^~~~~~~~~~~~~~~~~~~~
|
---|
292 | 1 warning generated.
|
---|
293 | C++ objects/darwin/release/build/libpackage/PackageInfoParser.o
|
---|
294 | In file included from ../src/kits/package/PackageInfoParser.cpp:8:
|
---|
295 | In file included from ../src/kits/package/PackageInfoParser.h:10:
|
---|
296 | In file included from ../headers/build/os/package/PackageInfo.h:1:
|
---|
297 | In file included from ../headers/build/../os/package/PackageInfo.h:11:
|
---|
298 | In file included from ../headers/build/os/support/String.h:1:
|
---|
299 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
300 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
301 | ^~~~~~~~~~~~~~~~~~~~
|
---|
302 | 1 warning generated.
|
---|
303 | C++ objects/darwin/release/build/libpackage/PackageInfoSet.o
|
---|
304 | In file included from ../src/kits/package/PackageInfoSet.cpp:21:
|
---|
305 | In file included from ../headers/build/os/package/PackageInfo.h:1:
|
---|
306 | In file included from ../headers/build/../os/package/PackageInfo.h:11:
|
---|
307 | In file included from ../headers/build/os/support/String.h:1:
|
---|
308 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
309 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
310 | ^~~~~~~~~~~~~~~~~~~~
|
---|
311 | 1 warning generated.
|
---|
312 | C++ objects/darwin/release/build/libpackage/PackageResolvable.o
|
---|
313 | In file included from ../src/kits/package/PackageResolvable.cpp:7:
|
---|
314 | In file included from ../headers/build/os/package/PackageResolvable.h:1:
|
---|
315 | In file included from ../headers/build/../os/package/PackageResolvable.h:9:
|
---|
316 | In file included from ../headers/build/os/support/String.h:1:
|
---|
317 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
318 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
319 | ^~~~~~~~~~~~~~~~~~~~
|
---|
320 | 1 warning generated.
|
---|
321 | C++ objects/darwin/release/build/libpackage/PackageResolvableExpression.o
|
---|
322 | In file included from ../src/kits/package/PackageResolvableExpression.cpp:7:
|
---|
323 | In file included from ../headers/build/os/package/PackageResolvableExpression.h:1:
|
---|
324 | In file included from ../headers/build/../os/package/PackageResolvableExpression.h:9:
|
---|
325 | In file included from ../headers/build/os/support/String.h:1:
|
---|
326 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
327 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
328 | ^~~~~~~~~~~~~~~~~~~~
|
---|
329 | 1 warning generated.
|
---|
330 | C++ objects/darwin/release/build/libpackage/PackageRoster.o
|
---|
331 | In file included from ../src/kits/package/PackageRoster.cpp:19:
|
---|
332 | In file included from ../headers/build/os/support/String.h:1:
|
---|
333 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
334 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
335 | ^~~~~~~~~~~~~~~~~~~~
|
---|
336 | 1 warning generated.
|
---|
337 | C++ objects/darwin/release/build/libpackage/PackageVersion.o
|
---|
338 | In file included from ../src/kits/package/PackageVersion.cpp:7:
|
---|
339 | In file included from ../headers/build/os/package/PackageVersion.h:1:
|
---|
340 | In file included from ../headers/build/../os/package/PackageVersion.h:9:
|
---|
341 | In file included from ../headers/build/os/support/String.h:1:
|
---|
342 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
343 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
344 | ^~~~~~~~~~~~~~~~~~~~
|
---|
345 | 1 warning generated.
|
---|
346 | C++ objects/darwin/release/build/libpackage/RefreshRepositoryRequest.o
|
---|
347 | In file included from ../src/kits/package/RefreshRepositoryRequest.cpp:10:
|
---|
348 | In file included from ../headers/build/os/package/RefreshRepositoryRequest.h:1:
|
---|
349 | In file included from ../headers/build/../os/package/RefreshRepositoryRequest.h:10:
|
---|
350 | In file included from ../headers/build/os/support/String.h:1:
|
---|
351 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
352 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
353 | ^~~~~~~~~~~~~~~~~~~~
|
---|
354 | 1 warning generated.
|
---|
355 | C++ objects/darwin/release/build/libpackage/RemoveRepositoryJob.o
|
---|
356 | In file included from ../src/kits/package/RemoveRepositoryJob.cpp:10:
|
---|
357 | In file included from ../headers/build/private/package/RemoveRepositoryJob.h:1:
|
---|
358 | In file included from ../headers/build/../private/package/RemoveRepositoryJob.h:9:
|
---|
359 | In file included from ../headers/build/os/support/String.h:1:
|
---|
360 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
361 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
362 | ^~~~~~~~~~~~~~~~~~~~
|
---|
363 | 1 warning generated.
|
---|
364 | C++ objects/darwin/release/build/libpackage/RepositoryCache.o
|
---|
365 | In file included from ../src/kits/package/RepositoryCache.cpp:11:
|
---|
366 | In file included from ../headers/build/os/package/RepositoryCache.h:1:
|
---|
367 | In file included from ../headers/build/../os/package/RepositoryCache.h:10:
|
---|
368 | In file included from ../headers/build/os/support/String.h:1:
|
---|
369 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
370 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
371 | ^~~~~~~~~~~~~~~~~~~~
|
---|
372 | 1 warning generated.
|
---|
373 | C++ objects/darwin/release/build/libpackage/RepositoryConfig.o
|
---|
374 | In file included from ../src/kits/package/RepositoryConfig.cpp:11:
|
---|
375 | In file included from ../headers/build/os/package/RepositoryConfig.h:1:
|
---|
376 | In file included from ../headers/build/../os/package/RepositoryConfig.h:10:
|
---|
377 | In file included from ../headers/build/os/support/String.h:1:
|
---|
378 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
379 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
380 | ^~~~~~~~~~~~~~~~~~~~
|
---|
381 | 1 warning generated.
|
---|
382 | C++ objects/darwin/release/build/libpackage/RepositoryInfo.o
|
---|
383 | In file included from ../src/kits/package/RepositoryInfo.cpp:11:
|
---|
384 | In file included from ../headers/build/os/package/RepositoryInfo.h:1:
|
---|
385 | In file included from ../headers/build/../os/package/RepositoryInfo.h:11:
|
---|
386 | In file included from ../headers/build/os/support/StringList.h:1:
|
---|
387 | In file included from ../headers/build/../os/support/StringList.h:12:
|
---|
388 | In file included from ../headers/build/os/support/String.h:1:
|
---|
389 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
390 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
391 | ^~~~~~~~~~~~~~~~~~~~
|
---|
392 | 1 warning generated.
|
---|
393 | C++ objects/darwin/release/build/libpackage/Request.o
|
---|
394 | In file included from ../src/kits/package/Request.cpp:10:
|
---|
395 | In file included from ../headers/build/os/package/Request.h:1:
|
---|
396 | In file included from ../headers/build/../os/package/Request.h:11:
|
---|
397 | In file included from ../headers/build/os/package/Job.h:1:
|
---|
398 | In file included from ../headers/build/../os/package/Job.h:9:
|
---|
399 | In file included from ../headers/build/os/support/Job.h:1:
|
---|
400 | In file included from ../headers/build/../os/support/Job.h:10:
|
---|
401 | In file included from ../headers/build/os/support/String.h:1:
|
---|
402 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
403 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
404 | ^~~~~~~~~~~~~~~~~~~~
|
---|
405 | 1 warning generated.
|
---|
406 | C++ objects/darwin/release/build/libpackage/TempfileManager.o
|
---|
407 | In file included from ../src/kits/package/TempfileManager.cpp:10:
|
---|
408 | In file included from ../headers/build/private/package/TempfileManager.h:1:
|
---|
409 | In file included from ../headers/build/../private/package/TempfileManager.h:11:
|
---|
410 | In file included from ../headers/build/os/support/String.h:1:
|
---|
411 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
412 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
413 | ^~~~~~~~~~~~~~~~~~~~
|
---|
414 | 1 warning generated.
|
---|
415 | C++ objects/darwin/release/build/libpackage/User.o
|
---|
416 | In file included from ../src/kits/package/User.cpp:7:
|
---|
417 | In file included from ../headers/build/os/package/User.h:1:
|
---|
418 | In file included from ../headers/build/../os/package/User.h:9:
|
---|
419 | In file included from ../headers/build/os/support/String.h:1:
|
---|
420 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
421 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
422 | ^~~~~~~~~~~~~~~~~~~~
|
---|
423 | 1 warning generated.
|
---|
424 | C++ objects/darwin/release/build/libpackage/ValidateChecksumJob.o
|
---|
425 | In file included from ../src/kits/package/ValidateChecksumJob.cpp:10:
|
---|
426 | In file included from ../headers/build/private/package/ValidateChecksumJob.h:1:
|
---|
427 | In file included from ../headers/build/../private/package/ValidateChecksumJob.h:11:
|
---|
428 | In file included from ../headers/build/os/support/String.h:1:
|
---|
429 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
430 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
431 | ^~~~~~~~~~~~~~~~~~~~
|
---|
432 | 1 warning generated.
|
---|
433 | C++ objects/darwin/release/build/libpackage/AttributeDataReader.o
|
---|
434 | C++ objects/darwin/release/build/libpackage/BlockBufferPool.o
|
---|
435 | C++ objects/darwin/release/build/libpackage/BlockBufferPoolImpl.o
|
---|
436 | C++ objects/darwin/release/build/libpackage/BlockBufferPoolNoLock.o
|
---|
437 | C++ objects/darwin/release/build/libpackage/BufferPool.o
|
---|
438 | C++ objects/darwin/release/build/libpackage/PoolBuffer.o
|
---|
439 | C++ objects/darwin/release/build/libpackage/DataReader.o
|
---|
440 | C++ objects/darwin/release/build/libpackage/ErrorOutput.o
|
---|
441 | C++ objects/darwin/release/build/libpackage/FDDataReader.o
|
---|
442 | C++ objects/darwin/release/build/libpackage/FetchUtils.o
|
---|
443 | C++ objects/darwin/release/build/libpackage/GlobalWritableFileInfo.o
|
---|
444 | In file included from ../src/kits/package/GlobalWritableFileInfo.cpp:7:
|
---|
445 | In file included from ../headers/build/os/package/GlobalWritableFileInfo.h:1:
|
---|
446 | In file included from ../headers/build/../os/package/GlobalWritableFileInfo.h:9:
|
---|
447 | In file included from ../headers/build/os/package/WritableFileUpdateType.h:1:
|
---|
448 | In file included from ../headers/build/../os/package/WritableFileUpdateType.h:9:
|
---|
449 | In file included from ../headers/build/os/support/String.h:1:
|
---|
450 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
451 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
452 | ^~~~~~~~~~~~~~~~~~~~
|
---|
453 | 1 warning generated.
|
---|
454 | C++ objects/darwin/release/build/libpackage/HPKGDefs.o
|
---|
455 | C++ objects/darwin/release/build/libpackage/PackageContentHandler.o
|
---|
456 | C++ objects/darwin/release/build/libpackage/PackageData.o
|
---|
457 | C++ objects/darwin/release/build/libpackage/PackageDataReader.o
|
---|
458 | C++ objects/darwin/release/build/libpackage/PackageEntry.o
|
---|
459 | C++ objects/darwin/release/build/libpackage/PackageEntryAttribute.o
|
---|
460 | C++ objects/darwin/release/build/libpackage/PackageFileHeapAccessorBase.o
|
---|
461 | C++ objects/darwin/release/build/libpackage/PackageFileHeapReader.o
|
---|
462 | C++ objects/darwin/release/build/libpackage/PackageFileHeapWriter.o
|
---|
463 | C++ objects/darwin/release/build/libpackage/PackageReader.o
|
---|
464 | In file included from ../src/kits/package/hpkg/PackageReader.cpp:14:
|
---|
465 | In file included from ../headers/build/private/package/hpkg/PackageReaderImpl.h:1:
|
---|
466 | In file included from ../headers/build/../private/package/hpkg/PackageReaderImpl.h:10:
|
---|
467 | In file included from ../headers/build/private/package/hpkg/ReaderImplBase.h:1:
|
---|
468 | In file included from ../headers/build/../private/package/hpkg/ReaderImplBase.h:22:
|
---|
469 | In file included from ../headers/build/os/package/hpkg/PackageInfoAttributeValue.h:1:
|
---|
470 | In file included from ../headers/build/../os/package/hpkg/PackageInfoAttributeValue.h:16:
|
---|
471 | In file included from ../headers/build/os/package/WritableFileUpdateType.h:1:
|
---|
472 | In file included from ../headers/build/../os/package/WritableFileUpdateType.h:9:
|
---|
473 | In file included from ../headers/build/os/support/String.h:1:
|
---|
474 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
475 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
476 | ^~~~~~~~~~~~~~~~~~~~
|
---|
477 | 1 warning generated.
|
---|
478 | C++ objects/darwin/release/build/libpackage/PackageReaderImpl.o
|
---|
479 | In file included from ../src/kits/package/hpkg/PackageReaderImpl.cpp:8:
|
---|
480 | In file included from ../headers/build/private/package/hpkg/PackageReaderImpl.h:1:
|
---|
481 | In file included from ../headers/build/../private/package/hpkg/PackageReaderImpl.h:10:
|
---|
482 | In file included from ../headers/build/private/package/hpkg/ReaderImplBase.h:1:
|
---|
483 | In file included from ../headers/build/../private/package/hpkg/ReaderImplBase.h:22:
|
---|
484 | In file included from ../headers/build/os/package/hpkg/PackageInfoAttributeValue.h:1:
|
---|
485 | In file included from ../headers/build/../os/package/hpkg/PackageInfoAttributeValue.h:16:
|
---|
486 | In file included from ../headers/build/os/package/WritableFileUpdateType.h:1:
|
---|
487 | In file included from ../headers/build/../os/package/WritableFileUpdateType.h:9:
|
---|
488 | In file included from ../headers/build/os/support/String.h:1:
|
---|
489 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
490 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
491 | ^~~~~~~~~~~~~~~~~~~~
|
---|
492 | 1 warning generated.
|
---|
493 | C++ objects/darwin/release/build/libpackage/PackageWriter.o
|
---|
494 | In file included from ../src/kits/package/hpkg/PackageWriter.cpp:11:
|
---|
495 | In file included from ../headers/build/private/package/hpkg/PackageWriterImpl.h:1:
|
---|
496 | In file included from ../headers/build/../private/package/hpkg/PackageWriterImpl.h:13:
|
---|
497 | In file included from ../headers/build/os/support/String.h:1:
|
---|
498 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
499 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
500 | ^~~~~~~~~~~~~~~~~~~~
|
---|
501 | 1 warning generated.
|
---|
502 | C++ objects/darwin/release/build/libpackage/PackageWriterImpl.o
|
---|
503 | In file included from ../src/kits/package/hpkg/PackageWriterImpl.cpp:8:
|
---|
504 | In file included from ../headers/build/private/package/hpkg/PackageWriterImpl.h:1:
|
---|
505 | In file included from ../headers/build/../private/package/hpkg/PackageWriterImpl.h:13:
|
---|
506 | In file included from ../headers/build/os/support/String.h:1:
|
---|
507 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
508 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
509 | ^~~~~~~~~~~~~~~~~~~~
|
---|
510 | 1 warning generated.
|
---|
511 | C++ objects/darwin/release/build/libpackage/ReaderImplBase.o
|
---|
512 | In file included from ../src/kits/package/hpkg/ReaderImplBase.cpp:8:
|
---|
513 | In file included from ../headers/build/private/package/hpkg/ReaderImplBase.h:1:
|
---|
514 | In file included from ../headers/build/../private/package/hpkg/ReaderImplBase.h:22:
|
---|
515 | In file included from ../headers/build/os/package/hpkg/PackageInfoAttributeValue.h:1:
|
---|
516 | In file included from ../headers/build/../os/package/hpkg/PackageInfoAttributeValue.h:16:
|
---|
517 | In file included from ../headers/build/os/package/WritableFileUpdateType.h:1:
|
---|
518 | In file included from ../headers/build/../os/package/WritableFileUpdateType.h:9:
|
---|
519 | In file included from ../headers/build/os/support/String.h:1:
|
---|
520 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
521 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
522 | ^~~~~~~~~~~~~~~~~~~~
|
---|
523 | 1 warning generated.
|
---|
524 | C++ objects/darwin/release/build/libpackage/RepositoryContentHandler.o
|
---|
525 | C++ objects/darwin/release/build/libpackage/RepositoryReader.o
|
---|
526 | In file included from ../src/kits/package/hpkg/RepositoryReader.cpp:13:
|
---|
527 | In file included from ../headers/build/private/package/hpkg/RepositoryReaderImpl.h:1:
|
---|
528 | In file included from ../headers/build/../private/package/hpkg/RepositoryReaderImpl.h:9:
|
---|
529 | In file included from ../headers/build/private/package/hpkg/ReaderImplBase.h:1:
|
---|
530 | In file included from ../headers/build/../private/package/hpkg/ReaderImplBase.h:22:
|
---|
531 | In file included from ../headers/build/os/package/hpkg/PackageInfoAttributeValue.h:1:
|
---|
532 | In file included from ../headers/build/../os/package/hpkg/PackageInfoAttributeValue.h:16:
|
---|
533 | In file included from ../headers/build/os/package/WritableFileUpdateType.h:1:
|
---|
534 | In file included from ../headers/build/../os/package/WritableFileUpdateType.h:9:
|
---|
535 | In file included from ../headers/build/os/support/String.h:1:
|
---|
536 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
537 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
538 | ^~~~~~~~~~~~~~~~~~~~
|
---|
539 | 1 warning generated.
|
---|
540 | C++ objects/darwin/release/build/libpackage/RepositoryReaderImpl.o
|
---|
541 | In file included from ../src/kits/package/hpkg/RepositoryReaderImpl.cpp:7:
|
---|
542 | In file included from ../headers/build/private/package/hpkg/RepositoryReaderImpl.h:1:
|
---|
543 | In file included from ../headers/build/../private/package/hpkg/RepositoryReaderImpl.h:9:
|
---|
544 | In file included from ../headers/build/private/package/hpkg/ReaderImplBase.h:1:
|
---|
545 | In file included from ../headers/build/../private/package/hpkg/ReaderImplBase.h:22:
|
---|
546 | In file included from ../headers/build/os/package/hpkg/PackageInfoAttributeValue.h:1:
|
---|
547 | In file included from ../headers/build/../os/package/hpkg/PackageInfoAttributeValue.h:16:
|
---|
548 | In file included from ../headers/build/os/package/WritableFileUpdateType.h:1:
|
---|
549 | In file included from ../headers/build/../os/package/WritableFileUpdateType.h:9:
|
---|
550 | In file included from ../headers/build/os/support/String.h:1:
|
---|
551 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
552 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
553 | ^~~~~~~~~~~~~~~~~~~~
|
---|
554 | 1 warning generated.
|
---|
555 | C++ objects/darwin/release/build/libpackage/RepositoryWriter.o
|
---|
556 | In file included from ../src/kits/package/hpkg/RepositoryWriter.cpp:11:
|
---|
557 | In file included from ../headers/build/private/package/hpkg/RepositoryWriterImpl.h:1:
|
---|
558 | In file included from ../headers/build/../private/package/hpkg/RepositoryWriterImpl.h:13:
|
---|
559 | In file included from ../headers/build/private/package/hpkg/WriterImplBase.h:1:
|
---|
560 | In file included from ../headers/build/../private/package/hpkg/WriterImplBase.h:16:
|
---|
561 | In file included from ../headers/build/os/package/PackageInfo.h:1:
|
---|
562 | In file included from ../headers/build/../os/package/PackageInfo.h:11:
|
---|
563 | In file included from ../headers/build/os/support/String.h:1:
|
---|
564 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
565 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
566 | ^~~~~~~~~~~~~~~~~~~~
|
---|
567 | 1 warning generated.
|
---|
568 | C++ objects/darwin/release/build/libpackage/RepositoryWriterImpl.o
|
---|
569 | In file included from ../src/kits/package/hpkg/RepositoryWriterImpl.cpp:7:
|
---|
570 | In file included from ../headers/build/private/package/hpkg/RepositoryWriterImpl.h:1:
|
---|
571 | In file included from ../headers/build/../private/package/hpkg/RepositoryWriterImpl.h:13:
|
---|
572 | In file included from ../headers/build/private/package/hpkg/WriterImplBase.h:1:
|
---|
573 | In file included from ../headers/build/../private/package/hpkg/WriterImplBase.h:16:
|
---|
574 | In file included from ../headers/build/os/package/PackageInfo.h:1:
|
---|
575 | In file included from ../headers/build/../os/package/PackageInfo.h:11:
|
---|
576 | In file included from ../headers/build/os/support/String.h:1:
|
---|
577 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
578 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
579 | ^~~~~~~~~~~~~~~~~~~~
|
---|
580 | ../src/kits/package/hpkg/RepositoryWriterImpl.cpp:166:22: warning: private field 'fPackageReader' is not used [-Wunused-private-field]
|
---|
581 | BPackageReader* fPackageReader;
|
---|
582 | ^
|
---|
583 | 2 warnings generated.
|
---|
584 | C++ objects/darwin/release/build/libpackage/Strings.o
|
---|
585 | C++ objects/darwin/release/build/libpackage/UserSettingsFileInfo.o
|
---|
586 | In file included from ../src/kits/package/UserSettingsFileInfo.cpp:7:
|
---|
587 | In file included from ../headers/build/os/package/UserSettingsFileInfo.h:1:
|
---|
588 | In file included from ../headers/build/../os/package/UserSettingsFileInfo.h:9:
|
---|
589 | In file included from ../headers/build/os/support/String.h:1:
|
---|
590 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
591 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
592 | ^~~~~~~~~~~~~~~~~~~~
|
---|
593 | 1 warning generated.
|
---|
594 | C++ objects/darwin/release/build/libpackage/WriterImplBase.o
|
---|
595 | In file included from ../src/kits/package/hpkg/WriterImplBase.cpp:7:
|
---|
596 | In file included from ../headers/build/private/package/hpkg/WriterImplBase.h:1:
|
---|
597 | In file included from ../headers/build/../private/package/hpkg/WriterImplBase.h:16:
|
---|
598 | In file included from ../headers/build/os/package/PackageInfo.h:1:
|
---|
599 | In file included from ../headers/build/../os/package/PackageInfo.h:11:
|
---|
600 | In file included from ../headers/build/os/support/String.h:1:
|
---|
601 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
602 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
603 | ^~~~~~~~~~~~~~~~~~~~
|
---|
604 | 1 warning generated.
|
---|
605 | C++ objects/darwin/release/build/libpackage/HPKGDefsV1.o
|
---|
606 | C++ objects/darwin/release/build/libpackage/PackageContentHandlerV1.o
|
---|
607 | C++ objects/darwin/release/build/libpackage/PackageDataReaderV1.o
|
---|
608 | C++ objects/darwin/release/build/libpackage/PackageDataV1.o
|
---|
609 | C++ objects/darwin/release/build/libpackage/PackageEntryAttributeV1.o
|
---|
610 | ...on 100th target...
|
---|
611 | C++ objects/darwin/release/build/libpackage/PackageEntryV1.o
|
---|
612 | C++ objects/darwin/release/build/libpackage/PackageInfoContentHandlerV1.o
|
---|
613 | In file included from ../src/kits/package/hpkg/v1/PackageInfoContentHandlerV1.cpp:9:
|
---|
614 | In file included from ../headers/build/os/package/PackageInfo.h:1:
|
---|
615 | In file included from ../headers/build/../os/package/PackageInfo.h:11:
|
---|
616 | In file included from ../headers/build/os/support/String.h:1:
|
---|
617 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
618 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
619 | ^~~~~~~~~~~~~~~~~~~~
|
---|
620 | 1 warning generated.
|
---|
621 | C++ objects/darwin/release/build/libpackage/PackageReaderImplV1.o
|
---|
622 | In file included from ../src/kits/package/hpkg/v1/PackageReaderImplV1.cpp:8:
|
---|
623 | In file included from ../headers/build/private/package/hpkg/v1/PackageReaderImpl.h:1:
|
---|
624 | In file included from ../headers/build/../private/package/hpkg/v1/PackageReaderImpl.h:10:
|
---|
625 | In file included from ../headers/build/private/package/hpkg/v1/ReaderImplBase.h:1:
|
---|
626 | In file included from ../headers/build/../private/package/hpkg/v1/ReaderImplBase.h:14:
|
---|
627 | In file included from ../headers/build/os/package/hpkg/PackageInfoAttributeValue.h:1:
|
---|
628 | In file included from ../headers/build/../os/package/hpkg/PackageInfoAttributeValue.h:16:
|
---|
629 | In file included from ../headers/build/os/package/WritableFileUpdateType.h:1:
|
---|
630 | In file included from ../headers/build/../os/package/WritableFileUpdateType.h:9:
|
---|
631 | In file included from ../headers/build/os/support/String.h:1:
|
---|
632 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
633 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
634 | ^~~~~~~~~~~~~~~~~~~~
|
---|
635 | 1 warning generated.
|
---|
636 | C++ objects/darwin/release/build/libpackage/PackageReaderV1.o
|
---|
637 | In file included from ../src/kits/package/hpkg/v1/PackageReaderV1.cpp:12:
|
---|
638 | In file included from ../headers/build/private/package/hpkg/v1/PackageReaderImpl.h:1:
|
---|
639 | In file included from ../headers/build/../private/package/hpkg/v1/PackageReaderImpl.h:10:
|
---|
640 | In file included from ../headers/build/private/package/hpkg/v1/ReaderImplBase.h:1:
|
---|
641 | In file included from ../headers/build/../private/package/hpkg/v1/ReaderImplBase.h:14:
|
---|
642 | In file included from ../headers/build/os/package/hpkg/PackageInfoAttributeValue.h:1:
|
---|
643 | In file included from ../headers/build/../os/package/hpkg/PackageInfoAttributeValue.h:16:
|
---|
644 | In file included from ../headers/build/os/package/WritableFileUpdateType.h:1:
|
---|
645 | In file included from ../headers/build/../os/package/WritableFileUpdateType.h:9:
|
---|
646 | In file included from ../headers/build/os/support/String.h:1:
|
---|
647 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
648 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
649 | ^~~~~~~~~~~~~~~~~~~~
|
---|
650 | 1 warning generated.
|
---|
651 | C++ objects/darwin/release/build/libpackage/ReaderImplBaseV1.o
|
---|
652 | In file included from ../src/kits/package/hpkg/v1/ReaderImplBaseV1.cpp:8:
|
---|
653 | In file included from ../headers/build/private/package/hpkg/v1/ReaderImplBase.h:1:
|
---|
654 | In file included from ../headers/build/../private/package/hpkg/v1/ReaderImplBase.h:14:
|
---|
655 | In file included from ../headers/build/os/package/hpkg/PackageInfoAttributeValue.h:1:
|
---|
656 | In file included from ../headers/build/../os/package/hpkg/PackageInfoAttributeValue.h:16:
|
---|
657 | In file included from ../headers/build/os/package/WritableFileUpdateType.h:1:
|
---|
658 | In file included from ../headers/build/../os/package/WritableFileUpdateType.h:9:
|
---|
659 | In file included from ../headers/build/os/support/String.h:1:
|
---|
660 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
661 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
662 | ^~~~~~~~~~~~~~~~~~~~
|
---|
663 | 1 warning generated.
|
---|
664 | C++ objects/darwin/release/build/libpackage/NoErrorOutput.o
|
---|
665 | C++ objects/darwin/release/build/libpackage/StandardErrorOutput.o
|
---|
666 | C++ objects/darwin/release/build/libpackage/Exceptions.o
|
---|
667 | In file included from ../src/kits/package/manager/Exceptions.cpp:7:
|
---|
668 | In file included from ../headers/build/private/package/manager/Exceptions.h:1:
|
---|
669 | In file included from ../headers/build/../private/package/manager/Exceptions.h:12:
|
---|
670 | In file included from ../headers/build/os/package/CommitTransactionResult.h:1:
|
---|
671 | In file included from ../headers/build/../os/package/CommitTransactionResult.h:10:
|
---|
672 | In file included from ../headers/build/os/support/String.h:1:
|
---|
673 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
674 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
675 | ^~~~~~~~~~~~~~~~~~~~
|
---|
676 | 1 warning generated.
|
---|
677 | C++ objects/darwin/release/build/libpackage/RepositoryBuilder.o
|
---|
678 | In file included from ../src/kits/package/manager/RepositoryBuilder.cpp:11:
|
---|
679 | In file included from ../headers/build/private/package/manager/RepositoryBuilder.h:1:
|
---|
680 | In file included from ../headers/build/../private/package/manager/RepositoryBuilder.h:14:
|
---|
681 | In file included from ../headers/build/os/package/PackageInfo.h:1:
|
---|
682 | In file included from ../headers/build/../os/package/PackageInfo.h:11:
|
---|
683 | In file included from ../headers/build/os/support/String.h:1:
|
---|
684 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
685 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
686 | ^~~~~~~~~~~~~~~~~~~~
|
---|
687 | 1 warning generated.
|
---|
688 | C++ objects/darwin/release/build/libpackage/Solver.o
|
---|
689 | C++ objects/darwin/release/build/libpackage/SolverPackage.o
|
---|
690 | In file included from ../src/kits/package/solver/SolverPackage.cpp:10:
|
---|
691 | In file included from ../headers/build/os/package/solver/SolverPackage.h:1:
|
---|
692 | In file included from ../headers/build/../os/package/solver/SolverPackage.h:9:
|
---|
693 | In file included from ../headers/build/os/package/PackageInfo.h:1:
|
---|
694 | In file included from ../headers/build/../os/package/PackageInfo.h:11:
|
---|
695 | In file included from ../headers/build/os/support/String.h:1:
|
---|
696 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
697 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
698 | ^~~~~~~~~~~~~~~~~~~~
|
---|
699 | 1 warning generated.
|
---|
700 | C++ objects/darwin/release/build/libpackage/SolverPackageSpecifier.o
|
---|
701 | In file included from ../src/kits/package/solver/SolverPackageSpecifier.cpp:10:
|
---|
702 | In file included from ../headers/build/os/package/solver/SolverPackageSpecifier.h:1:
|
---|
703 | In file included from ../headers/build/../os/package/solver/SolverPackageSpecifier.h:9:
|
---|
704 | In file included from ../headers/build/os/support/String.h:1:
|
---|
705 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
706 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
707 | ^~~~~~~~~~~~~~~~~~~~
|
---|
708 | 1 warning generated.
|
---|
709 | C++ objects/darwin/release/build/libpackage/SolverPackageSpecifierList.o
|
---|
710 | In file included from ../src/kits/package/solver/SolverPackageSpecifierList.cpp:10:
|
---|
711 | In file included from ../headers/build/os/package/solver/SolverPackageSpecifierList.h:1:
|
---|
712 | In file included from ../headers/build/../os/package/solver/SolverPackageSpecifierList.h:9:
|
---|
713 | In file included from ../headers/build/os/support/String.h:1:
|
---|
714 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
715 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
716 | ^~~~~~~~~~~~~~~~~~~~
|
---|
717 | 1 warning generated.
|
---|
718 | C++ objects/darwin/release/build/libpackage/SolverProblem.o
|
---|
719 | In file included from ../src/kits/package/solver/SolverProblem.cpp:12:
|
---|
720 | In file included from ../headers/build/os/package/solver/SolverProblem.h:1:
|
---|
721 | In file included from ../headers/build/../os/package/solver/SolverProblem.h:10:
|
---|
722 | In file included from ../headers/build/os/package/PackageResolvableExpression.h:1:
|
---|
723 | In file included from ../headers/build/../os/package/PackageResolvableExpression.h:9:
|
---|
724 | In file included from ../headers/build/os/support/String.h:1:
|
---|
725 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
726 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
727 | ^~~~~~~~~~~~~~~~~~~~
|
---|
728 | 1 warning generated.
|
---|
729 | C++ objects/darwin/release/build/libpackage/SolverProblemSolution.o
|
---|
730 | In file included from ../src/kits/package/solver/SolverProblemSolution.cpp:12:
|
---|
731 | In file included from ../headers/build/os/package/solver/SolverProblemSolution.h:1:
|
---|
732 | In file included from ../headers/build/../os/package/solver/SolverProblemSolution.h:10:
|
---|
733 | In file included from ../headers/build/os/support/String.h:1:
|
---|
734 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
735 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
736 | ^~~~~~~~~~~~~~~~~~~~
|
---|
737 | 1 warning generated.
|
---|
738 | C++ objects/darwin/release/build/libpackage/SolverRepository.o
|
---|
739 | In file included from ../src/kits/package/solver/SolverRepository.cpp:10:
|
---|
740 | In file included from ../headers/build/os/package/solver/SolverRepository.h:1:
|
---|
741 | In file included from ../headers/build/../os/package/solver/SolverRepository.h:12:
|
---|
742 | In file included from ../headers/build/os/support/String.h:1:
|
---|
743 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
744 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
745 | ^~~~~~~~~~~~~~~~~~~~
|
---|
746 | 1 warning generated.
|
---|
747 | C++ objects/darwin/release/build/libpackage/SolverResult.o
|
---|
748 | C++ objects/darwin/release/build/libshared/Keymap.o
|
---|
749 | In file included from ../src/kits/shared/Keymap.cpp:12:
|
---|
750 | In file included from ../headers/private/shared/Keymap.h:14:
|
---|
751 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
752 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:9:
|
---|
753 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
754 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
755 | uint64* pa = (uint64*)a.data;
|
---|
756 | ^~~~~~~~~~~~~~~
|
---|
757 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
758 | uint64* pb = (uint64*)b.data;
|
---|
759 | ^~~~~~~~~~~~~~~
|
---|
760 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
761 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
762 | ^~~~~~~~~~~~~~~~~~~~
|
---|
763 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
764 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
765 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
766 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
767 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
768 | ^~~~~~~~~~~~~~~~~~~~
|
---|
769 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
770 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
771 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
772 | In file included from ../src/kits/shared/Keymap.cpp:12:
|
---|
773 | In file included from ../headers/private/shared/Keymap.h:14:
|
---|
774 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
775 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:11:
|
---|
776 | In file included from ../headers/build/os/support/String.h:1:
|
---|
777 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
778 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
779 | ^~~~~~~~~~~~~~~~~~~~
|
---|
780 | 7 warnings generated.
|
---|
781 | C++ objects/darwin/release/build/libshared/NaturalCompare.o
|
---|
782 | C++ objects/darwin/release/build/libshared/RegExp.o
|
---|
783 | In file included from ../src/kits/shared/RegExp.cpp:14:
|
---|
784 | In file included from ../headers/build/os/support/String.h:1:
|
---|
785 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
786 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
787 | ^~~~~~~~~~~~~~~~~~~~
|
---|
788 | 1 warning generated.
|
---|
789 | Archive objects/darwin/release/build/libshared/libshared_build.a
|
---|
790 | ar: creating archive objects/darwin/release/build/libshared/libshared_build.a
|
---|
791 | Ranlib objects/darwin/release/build/libshared/libshared_build.a
|
---|
792 | C++ objects/darwin/release/build/libbe/app/Application.o
|
---|
793 | C++ objects/darwin/release/build/libbe/app/AppMisc.o
|
---|
794 | C++ objects/darwin/release/build/libbe/app/Looper.o
|
---|
795 | C++ objects/darwin/release/build/libbe/app/Message.o
|
---|
796 | In file included from ../src/build/libbe/app/Message.cpp:27:
|
---|
797 | In file included from ../headers/build/os/support/String.h:1:
|
---|
798 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
799 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
800 | ^~~~~~~~~~~~~~~~~~~~
|
---|
801 | ../src/build/libbe/app/Message.cpp:542:14: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
802 | size = *(uint32 *)pointer;
|
---|
803 | ^~~~~~~~~~~~~~~~~
|
---|
804 | ../src/build/libbe/app/Message.cpp:597:14: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
805 | size = *(uint32 *)pointer;
|
---|
806 | ^~~~~~~~~~~~~~~~~
|
---|
807 | ../src/build/libbe/app/Message.cpp:617:14: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
808 | size = *(uint32 *)pointer;
|
---|
809 | ^~~~~~~~~~~~~~~~~
|
---|
810 | ../src/build/libbe/app/Message.cpp:681:16: warning: taking address of packed member 'next_field' of class or structure 'BMessage::field_header' may result in an unaligned pointer value [-Waddress-of-packed-member]
|
---|
811 | nextField = &field->next_field;
|
---|
812 | ^~~~~~~~~~~~~~~~~
|
---|
813 | ../src/build/libbe/app/Message.cpp:867:19: warning: cast from 'const char *' to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
814 | uint32 format = *(uint32 *)flatBuffer;
|
---|
815 | ^~~~~~~~~~~~~~~~~~~~
|
---|
816 | ../src/build/libbe/app/Message.cpp:1463:15: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
817 | offset += *(uint32 *)pointer + sizeof(uint32);
|
---|
818 | ^~~~~~~~~~~~~~~~~
|
---|
819 | ../src/build/libbe/app/Message.cpp:1467:25: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
820 | size_t currentSize = *(uint32 *)pointer + sizeof(uint32);
|
---|
821 | ^~~~~~~~~~~~~~~~~
|
---|
822 | ../src/build/libbe/app/Message.cpp:1536:16: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
823 | pointer += *(uint32 *)pointer + sizeof(uint32);
|
---|
824 | ^~~~~~~~~~~~~~~~~
|
---|
825 | ../src/build/libbe/app/Message.cpp:1540:17: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
826 | *numBytes = *(uint32 *)pointer;
|
---|
827 | ^~~~~~~~~~~~~~~~~
|
---|
828 | ../src/build/libbe/app/Message.cpp:1579:15: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
829 | offset += *(uint32 *)pointer + sizeof(uint32);
|
---|
830 | ^~~~~~~~~~~~~~~~~
|
---|
831 | ../src/build/libbe/app/Message.cpp:1583:25: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
832 | size_t currentSize = *(uint32 *)pointer;
|
---|
833 | ^~~~~~~~~~~~~~~~~
|
---|
834 | ../src/build/libbe/app/Message.cpp:80:15: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'BRect *' increases required alignment from 1 to 4 [-Wcast-align]
|
---|
835 | Type *item = (Type *)pointer;
|
---|
836 | ^~~~~~~~~~~~~~~
|
---|
837 | ../src/build/libbe/app/Message.cpp:533:6: note: in instantiation of function template specialization 'print_to_stream_type<BRect>' requested here
|
---|
838 | print_to_stream_type<BRect>(pointer);
|
---|
839 | ^
|
---|
840 | ../src/build/libbe/app/Message.cpp:80:15: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'BPoint *' increases required alignment from 1 to 4 [-Wcast-align]
|
---|
841 | Type *item = (Type *)pointer;
|
---|
842 | ^~~~~~~~~~~~~~~
|
---|
843 | ../src/build/libbe/app/Message.cpp:537:6: note: in instantiation of function template specialization 'print_to_stream_type<BPoint>' requested here
|
---|
844 | print_to_stream_type<BPoint>(pointer);
|
---|
845 | ^
|
---|
846 | ../src/build/libbe/app/Message.cpp:89:15: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'short *' increases required alignment from 1 to 2 [-Wcast-align]
|
---|
847 | Type *item = (Type *)pointer;
|
---|
848 | ^~~~~~~~~~~~~~~
|
---|
849 | ../src/build/libbe/app/Message.cpp:559:6: note: in instantiation of function template specialization 'print_type<short>' requested here
|
---|
850 | print_type<int16>("int16(0x%x or %d)\n", pointer);
|
---|
851 | ^
|
---|
852 | ../src/build/libbe/app/Message.cpp:89:15: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'unsigned short *' increases required alignment from 1 to 2 [-Wcast-align]
|
---|
853 | Type *item = (Type *)pointer;
|
---|
854 | ^~~~~~~~~~~~~~~
|
---|
855 | ../src/build/libbe/app/Message.cpp:563:6: note: in instantiation of function template specialization 'print_type<unsigned short>' requested here
|
---|
856 | print_type<uint16>("uint16(0x%x or %u\n", pointer);
|
---|
857 | ^
|
---|
858 | ../src/build/libbe/app/Message.cpp:89:15: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'int *' increases required alignment from 1 to 4 [-Wcast-align]
|
---|
859 | Type *item = (Type *)pointer;
|
---|
860 | ^~~~~~~~~~~~~~~
|
---|
861 | ../src/build/libbe/app/Message.cpp:567:6: note: in instantiation of function template specialization 'print_type<int>' requested here
|
---|
862 | print_type<int32>("int32(0x%lx or %ld)\n", pointer);
|
---|
863 | ^
|
---|
864 | ../src/build/libbe/app/Message.cpp:89:15: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'unsigned int *' increases required alignment from 1 to 4 [-Wcast-align]
|
---|
865 | Type *item = (Type *)pointer;
|
---|
866 | ^~~~~~~~~~~~~~~
|
---|
867 | ../src/build/libbe/app/Message.cpp:571:6: note: in instantiation of function template specialization 'print_type<unsigned int>' requested here
|
---|
868 | print_type<uint32>("uint32(0x%lx or %lu\n", pointer);
|
---|
869 | ^
|
---|
870 | ../src/build/libbe/app/Message.cpp:89:15: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'long long *' increases required alignment from 1 to 8 [-Wcast-align]
|
---|
871 | Type *item = (Type *)pointer;
|
---|
872 | ^~~~~~~~~~~~~~~
|
---|
873 | ../src/build/libbe/app/Message.cpp:575:6: note: in instantiation of function template specialization 'print_type<long long>' requested here
|
---|
874 | print_type<int64>("int64(0x%Lx or %Ld)\n", pointer);
|
---|
875 | ^
|
---|
876 | ../src/build/libbe/app/Message.cpp:89:15: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'unsigned long long *' increases required alignment from 1 to 8 [-Wcast-align]
|
---|
877 | Type *item = (Type *)pointer;
|
---|
878 | ^~~~~~~~~~~~~~~
|
---|
879 | ../src/build/libbe/app/Message.cpp:579:6: note: in instantiation of function template specialization 'print_type<unsigned long long>' requested here
|
---|
880 | print_type<uint64>("uint64(0x%Lx or %Ld\n", pointer);
|
---|
881 | ^
|
---|
882 | ../src/build/libbe/app/Message.cpp:89:15: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'float *' increases required alignment from 1 to 4 [-Wcast-align]
|
---|
883 | Type *item = (Type *)pointer;
|
---|
884 | ^~~~~~~~~~~~~~~
|
---|
885 | ../src/build/libbe/app/Message.cpp:588:6: note: in instantiation of function template specialization 'print_type<float>' requested here
|
---|
886 | print_type<float>("float(%.4f)\n", pointer);
|
---|
887 | ^
|
---|
888 | ../src/build/libbe/app/Message.cpp:89:15: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'double *' increases required alignment from 1 to 8 [-Wcast-align]
|
---|
889 | Type *item = (Type *)pointer;
|
---|
890 | ^~~~~~~~~~~~~~~
|
---|
891 | ../src/build/libbe/app/Message.cpp:592:6: note: in instantiation of function template specialization 'print_type<double>' requested here
|
---|
892 | print_type<double>("double(%.8f)\n", pointer);
|
---|
893 | ^
|
---|
894 | 22 warnings generated.
|
---|
895 | C++ objects/darwin/release/build/libbe/app/MessageAdapter.o
|
---|
896 | ../src/kits/app/MessageAdapter.cpp:174:5: warning: cast from 'const char *' to 'KMessage::Header *' increases required alignment from 1 to 4 [-Wcast-align]
|
---|
897 | ((KMessage::Header *)buffer)->size);
|
---|
898 | ^~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
899 | ../src/kits/app/MessageAdapter.cpp:266:24: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
900 | uint32 itemSize = *(uint32*)fieldData;
|
---|
901 | ^~~~~~~~~~~~~~~~~~
|
---|
902 | ../src/kits/app/MessageAdapter.cpp:392:25: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'ssize_t *' (aka 'long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
903 | ssize_t itemSize = *(ssize_t *)source + sizeof(ssize_t);
|
---|
904 | ^~~~~~~~~~~~~~~~~
|
---|
905 | ../src/kits/app/MessageAdapter.cpp:421:4: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
906 | *(int32 *)pointer = header->target;
|
---|
907 | ^~~~~~~~~~~~~~~~
|
---|
908 | ../src/kits/app/MessageAdapter.cpp:429:4: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'port_id *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
909 | *(port_id *)pointer = header->reply_port;
|
---|
910 | ^~~~~~~~~~~~~~~~~~
|
---|
911 | ../src/kits/app/MessageAdapter.cpp:431:4: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
912 | *(int32 *)pointer = header->reply_target;
|
---|
913 | ^~~~~~~~~~~~~~~~
|
---|
914 | ../src/kits/app/MessageAdapter.cpp:433:4: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'team_id *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
915 | *(team_id *)pointer = header->reply_team;
|
---|
916 | ^~~~~~~~~~~~~~~~~~
|
---|
917 | ../src/kits/app/MessageAdapter.cpp:476:4: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'type_code *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
918 | *(type_code *)pointer = field->type;
|
---|
919 | ^~~~~~~~~~~~~~~~~~~~
|
---|
920 | ../src/kits/app/MessageAdapter.cpp:484:6: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
921 | *(int32 *)pointer = field->count;
|
---|
922 | ^~~~~~~~~~~~~~~~
|
---|
923 | ../src/kits/app/MessageAdapter.cpp:495:5: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'ssize_t *' (aka 'long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
924 | *(ssize_t *)pointer = field->data_size;
|
---|
925 | ^~~~~~~~~~~~~~~~~~
|
---|
926 | ../src/kits/app/MessageAdapter.cpp:515:25: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'ssize_t *' (aka 'long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
927 | ssize_t itemSize = *(ssize_t *)source + sizeof(ssize_t);
|
---|
928 | ^~~~~~~~~~~~~~~~~
|
---|
929 | ../src/kits/app/MessageAdapter.cpp:527:6: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'ssize_t *' (aka 'long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
930 | *(ssize_t *)fieldSize = (pointer - previous);
|
---|
931 | ^~~~~~~~~~~~~~~~~~~~
|
---|
932 | ../src/kits/app/MessageAdapter.cpp:567:11: warning: taking address of packed member 'target' of class or structure 'BMessage::message_header' may result in an unaligned pointer value [-Waddress-of-packed-member]
|
---|
933 | reader(&header->target, sizeof(header->target));
|
---|
934 | ^~~~~~~~~~~~~~
|
---|
935 | ../src/kits/app/MessageAdapter.cpp:571:11: warning: taking address of packed member 'reply_port' of class or structure 'BMessage::message_header' may result in an unaligned pointer value [-Waddress-of-packed-member]
|
---|
936 | reader(&header->reply_port, sizeof(header->reply_port));
|
---|
937 | ^~~~~~~~~~~~~~~~~~
|
---|
938 | ../src/kits/app/MessageAdapter.cpp:572:11: warning: taking address of packed member 'reply_target' of class or structure 'BMessage::message_header' may result in an unaligned pointer value [-Waddress-of-packed-member]
|
---|
939 | reader(&header->reply_target, sizeof(header->reply_target));
|
---|
940 | ^~~~~~~~~~~~~~~~~~~~
|
---|
941 | ../src/kits/app/MessageAdapter.cpp:573:11: warning: taking address of packed member 'reply_team' of class or structure 'BMessage::message_header' may result in an unaligned pointer value [-Waddress-of-packed-member]
|
---|
942 | reader(&header->reply_team, sizeof(header->reply_team));
|
---|
943 | ^~~~~~~~~~~~~~~~~~
|
---|
944 | ../src/kits/app/MessageAdapter.cpp:649:18: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
945 | itemSize = *(int32 *)pointer;
|
---|
946 | ^~~~~~~~~~~~~~~~
|
---|
947 | ../src/kits/app/MessageAdapter.cpp:671:31: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
948 | itemSize = __swap_int32(*(int32 *)pointer);
|
---|
949 | ^~~~~~~~~~~~~~~~
|
---|
950 | ../headers/build/../os/support/ByteOrder.h:117:53: note: expanded from macro '__swap_int32'
|
---|
951 | #define __swap_int32(arg) (uint32)__builtin_bswap32(arg)
|
---|
952 | ^~~
|
---|
953 | ../src/kits/app/MessageAdapter.cpp:803:20: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
954 | int32 count = *(int32 *)(fieldBuffer + dataOffset);
|
---|
955 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
956 | ../src/kits/app/MessageAdapter.cpp:832:20: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
957 | int32 count = *(int32 *)(fieldBuffer + dataOffset);
|
---|
958 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
959 | ../src/kits/app/MessageAdapter.cpp:834:26: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'ssize_t *' (aka 'long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
960 | ssize_t totalSize = *(ssize_t *)(fieldBuffer + dataOffset);
|
---|
961 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
962 | ../src/kits/app/MessageAdapter.cpp:837:24: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
963 | int32 *endPoints = (int32 *)(fieldBuffer + dataOffset
|
---|
964 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
965 | 22 warnings generated.
|
---|
966 | C++ objects/darwin/release/build/libbe/app/Messenger.o
|
---|
967 | In file included from ../src/build/libbe/app/Messenger.cpp:14:
|
---|
968 | In file included from ../headers/build/os/app/Application.h:11:
|
---|
969 | ../headers/build/os/app/Messenger.h:48:8: warning: private field '_reserved' is not used [-Wunused-private-field]
|
---|
970 | int32 _reserved[3];
|
---|
971 | ^
|
---|
972 | 1 warning generated.
|
---|
973 | C++ objects/darwin/release/build/libbe/app/MessageUtils.o
|
---|
974 | ../src/kits/app/MessageUtils.cpp:25:35: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
975 | sum += B_BENDIAN_TO_HOST_INT32(*(int32 *)buffer);
|
---|
976 | ^~~~~~~~~~~~~~~
|
---|
977 | ../headers/build/../os/support/ByteOrder.h:64:51: note: expanded from macro 'B_BENDIAN_TO_HOST_INT32'
|
---|
978 | #define B_BENDIAN_TO_HOST_INT32(arg) __swap_int32(arg)
|
---|
979 | ^~~
|
---|
980 | ../headers/build/../os/support/ByteOrder.h:117:53: note: expanded from macro '__swap_int32'
|
---|
981 | #define __swap_int32(arg) (uint32)__builtin_bswap32(arg)
|
---|
982 | ^~~
|
---|
983 | ../src/kits/app/MessageUtils.cpp:101:15: warning: cast from 'char *' to 'dev_t *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
984 | dev_t *dev = (dev_t *)buffer;
|
---|
985 | ^~~~~~~~~~~~~~~
|
---|
986 | ../src/kits/app/MessageUtils.cpp:105:15: warning: cast from 'char *' to 'ino_t *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
987 | ino_t *ino = (ino_t *)buffer;
|
---|
988 | ^~~~~~~~~~~~~~~
|
---|
989 | ../src/kits/app/MessageUtils.cpp:151:15: warning: cast from 'char *' to 'dev_t *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
990 | dev_t *dev = (dev_t *)buffer;
|
---|
991 | ^~~~~~~~~~~~~~~
|
---|
992 | ../src/kits/app/MessageUtils.cpp:155:15: warning: cast from 'char *' to 'ino_t *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
993 | ino_t *ino = (ino_t *)buffer;
|
---|
994 | ^~~~~~~~~~~~~~~
|
---|
995 | 5 warnings generated.
|
---|
996 | C++ objects/darwin/release/build/libbe/app/TypeConstants.o
|
---|
997 | MergeObjectFromObjects1 objects/darwin/release/build/libbe/app/app_kit.o
|
---|
998 | C++ objects/darwin/release/build/libbe/icon/FlatIconFormat.o
|
---|
999 | C++ objects/darwin/release/build/libbe/icon/FlatIconImporter.o
|
---|
1000 | In file included from ../src/libs/icon/flat_icon/FlatIconImporter.cpp:22:
|
---|
1001 | In file included from ../src/libs/icon/style/GradientTransformable.h:22:
|
---|
1002 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
1003 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1004 | uint64* pa = (uint64*)a.data;
|
---|
1005 | ^~~~~~~~~~~~~~~
|
---|
1006 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1007 | uint64* pb = (uint64*)b.data;
|
---|
1008 | ^~~~~~~~~~~~~~~
|
---|
1009 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1010 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1011 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1012 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1013 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1014 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1015 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1016 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1017 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1018 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1019 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1020 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1021 | In file included from ../src/libs/icon/flat_icon/FlatIconImporter.cpp:28:
|
---|
1022 | In file included from ../src/libs/icon/shape/Shape.h:20:
|
---|
1023 | In file included from ../src/libs/icon/shape/VectorPath.h:18:
|
---|
1024 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1025 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1026 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1027 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1028 | 7 warnings generated.
|
---|
1029 | C++ objects/darwin/release/build/libbe/icon/LittleEndianBuffer.o
|
---|
1030 | ../src/libs/icon/flat_icon/LittleEndianBuffer.cpp:88:3: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint16 *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
|
---|
1031 | *(uint16*)fHandle = B_HOST_TO_LENDIAN_INT16(value);
|
---|
1032 | ^~~~~~~~~~~~~~~~
|
---|
1033 | ../src/libs/icon/flat_icon/LittleEndianBuffer.cpp:104:3: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1034 | *(uint32*)fHandle = B_HOST_TO_LENDIAN_INT32(value);
|
---|
1035 | ^~~~~~~~~~~~~~~~
|
---|
1036 | ../src/libs/icon/flat_icon/LittleEndianBuffer.cpp:120:3: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'float *' increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1037 | *(float*)fHandle = B_HOST_TO_LENDIAN_FLOAT(value);
|
---|
1038 | ^~~~~~~~~~~~~~~
|
---|
1039 | ../src/libs/icon/flat_icon/LittleEndianBuffer.cpp:136:3: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'double *' increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1040 | *(double*)fHandle = B_HOST_TO_LENDIAN_DOUBLE(value);
|
---|
1041 | ^~~~~~~~~~~~~~~~
|
---|
1042 | ../src/libs/icon/flat_icon/LittleEndianBuffer.cpp:197:35: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint16 *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
|
---|
1043 | value = B_LENDIAN_TO_HOST_INT16(*(uint16*)fHandle);
|
---|
1044 | ^~~~~~~~~~~~~~~~
|
---|
1045 | ../headers/build/../os/support/ByteOrder.h:51:47: note: expanded from macro 'B_LENDIAN_TO_HOST_INT16'
|
---|
1046 | #define B_LENDIAN_TO_HOST_INT16(arg) (uint16)(arg)
|
---|
1047 | ^~~
|
---|
1048 | ../src/libs/icon/flat_icon/LittleEndianBuffer.cpp:210:35: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1049 | value = B_LENDIAN_TO_HOST_INT32(*(uint32*)fHandle);
|
---|
1050 | ^~~~~~~~~~~~~~~~
|
---|
1051 | ../headers/build/../os/support/ByteOrder.h:50:47: note: expanded from macro 'B_LENDIAN_TO_HOST_INT32'
|
---|
1052 | #define B_LENDIAN_TO_HOST_INT32(arg) (uint32)(arg)
|
---|
1053 | ^~~
|
---|
1054 | ../src/libs/icon/flat_icon/LittleEndianBuffer.cpp:223:35: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'float *' increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1055 | value = B_LENDIAN_TO_HOST_FLOAT(*(float*)fHandle);
|
---|
1056 | ^~~~~~~~~~~~~~~
|
---|
1057 | ../headers/build/../os/support/ByteOrder.h:48:46: note: expanded from macro 'B_LENDIAN_TO_HOST_FLOAT'
|
---|
1058 | #define B_LENDIAN_TO_HOST_FLOAT(arg) (float)(arg)
|
---|
1059 | ^~~
|
---|
1060 | ../src/libs/icon/flat_icon/LittleEndianBuffer.cpp:236:36: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'double *' increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1061 | value = B_LENDIAN_TO_HOST_DOUBLE(*(double*)fHandle);
|
---|
1062 | ^~~~~~~~~~~~~~~~
|
---|
1063 | ../headers/build/../os/support/ByteOrder.h:47:48: note: expanded from macro 'B_LENDIAN_TO_HOST_DOUBLE'
|
---|
1064 | #define B_LENDIAN_TO_HOST_DOUBLE(arg) (double)(arg)
|
---|
1065 | ^~~
|
---|
1066 | 8 warnings generated.
|
---|
1067 | C++ objects/darwin/release/build/libbe/icon/PathCommandQueue.o
|
---|
1068 | In file included from ../src/libs/icon/flat_icon/PathCommandQueue.cpp:16:
|
---|
1069 | In file included from ../src/libs/icon/shape/VectorPath.h:18:
|
---|
1070 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1071 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1072 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1073 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1074 | 1 warning generated.
|
---|
1075 | C++ objects/darwin/release/build/libbe/icon/Defines.o
|
---|
1076 | C++ objects/darwin/release/build/libbe/icon/MessageImporter.o
|
---|
1077 | In file included from ../src/libs/icon/message/MessageImporter.cpp:23:
|
---|
1078 | In file included from ../src/libs/icon/shape/Shape.h:20:
|
---|
1079 | In file included from ../src/libs/icon/shape/VectorPath.h:18:
|
---|
1080 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1081 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1082 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1083 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1084 | In file included from ../src/libs/icon/message/MessageImporter.cpp:24:
|
---|
1085 | In file included from ../src/libs/icon/style/Style.h:21:
|
---|
1086 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
1087 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1088 | uint64* pa = (uint64*)a.data;
|
---|
1089 | ^~~~~~~~~~~~~~~
|
---|
1090 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1091 | uint64* pb = (uint64*)b.data;
|
---|
1092 | ^~~~~~~~~~~~~~~
|
---|
1093 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1094 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1095 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1096 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1097 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1098 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1099 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1100 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1101 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1102 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1103 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1104 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1105 | 7 warnings generated.
|
---|
1106 | C++ objects/darwin/release/build/libbe/icon/PathContainer.o
|
---|
1107 | In file included from ../src/libs/icon/shape/PathContainer.cpp:16:
|
---|
1108 | In file included from ../src/libs/icon/shape/VectorPath.h:18:
|
---|
1109 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1110 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1111 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1112 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1113 | 1 warning generated.
|
---|
1114 | C++ objects/darwin/release/build/libbe/icon/Shape.o
|
---|
1115 | In file included from ../src/libs/icon/shape/Shape.cpp:9:
|
---|
1116 | In file included from ../src/libs/icon/shape/Shape.h:20:
|
---|
1117 | In file included from ../src/libs/icon/shape/VectorPath.h:18:
|
---|
1118 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1119 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1120 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1121 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1122 | In file included from ../src/libs/icon/shape/Shape.cpp:25:
|
---|
1123 | In file included from ../src/libs/icon/style/Style.h:21:
|
---|
1124 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
1125 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1126 | uint64* pa = (uint64*)a.data;
|
---|
1127 | ^~~~~~~~~~~~~~~
|
---|
1128 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1129 | uint64* pb = (uint64*)b.data;
|
---|
1130 | ^~~~~~~~~~~~~~~
|
---|
1131 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1132 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1133 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1134 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1135 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1136 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1137 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1138 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1139 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1140 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1141 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1142 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1143 | 7 warnings generated.
|
---|
1144 | C++ objects/darwin/release/build/libbe/icon/ShapeContainer.o
|
---|
1145 | In file included from ../src/libs/icon/shape/ShapeContainer.cpp:16:
|
---|
1146 | In file included from ../src/libs/icon/shape/Shape.h:20:
|
---|
1147 | In file included from ../src/libs/icon/shape/VectorPath.h:18:
|
---|
1148 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1149 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1150 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1151 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1152 | 1 warning generated.
|
---|
1153 | C++ objects/darwin/release/build/libbe/icon/VectorPath.o
|
---|
1154 | In file included from ../src/libs/icon/shape/VectorPath.cpp:9:
|
---|
1155 | In file included from ../src/libs/icon/shape/VectorPath.h:18:
|
---|
1156 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1157 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1158 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1159 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1160 | 1 warning generated.
|
---|
1161 | C++ objects/darwin/release/build/libbe/icon/GradientTransformable.o
|
---|
1162 | In file included from ../src/libs/icon/style/GradientTransformable.cpp:9:
|
---|
1163 | In file included from ../src/libs/icon/style/GradientTransformable.h:22:
|
---|
1164 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
1165 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1166 | uint64* pa = (uint64*)a.data;
|
---|
1167 | ^~~~~~~~~~~~~~~
|
---|
1168 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1169 | uint64* pb = (uint64*)b.data;
|
---|
1170 | ^~~~~~~~~~~~~~~
|
---|
1171 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1172 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1173 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1174 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1175 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1176 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1177 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1178 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1179 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1180 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1181 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1182 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1183 | 6 warnings generated.
|
---|
1184 | C++ objects/darwin/release/build/libbe/icon/Style.o
|
---|
1185 | In file included from ../src/libs/icon/style/Style.cpp:9:
|
---|
1186 | In file included from ../src/libs/icon/style/Style.h:21:
|
---|
1187 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
1188 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1189 | uint64* pa = (uint64*)a.data;
|
---|
1190 | ^~~~~~~~~~~~~~~
|
---|
1191 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1192 | uint64* pb = (uint64*)b.data;
|
---|
1193 | ^~~~~~~~~~~~~~~
|
---|
1194 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1195 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1196 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1197 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1198 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1199 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1200 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1201 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1202 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1203 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1204 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1205 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1206 | ../src/libs/icon/style/Style.cpp:187:28: warning: cast from 'const rgb_color *' to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1207 | if (*(uint32*)&fColor == *(uint32*)&color)
|
---|
1208 | ^~~~~~~~~~~~~~~
|
---|
1209 | ../src/libs/icon/style/Style.cpp:210:29: warning: cast from 'agg::rgba8 *' to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1210 | fGradient->MakeGradient((uint32*)fColors, 256);
|
---|
1211 | ^~~~~~~~~~~~~~~~
|
---|
1212 | 8 warnings generated.
|
---|
1213 | C++ objects/darwin/release/build/libbe/icon/StyleContainer.o
|
---|
1214 | In file included from ../src/libs/icon/style/StyleContainer.cpp:16:
|
---|
1215 | In file included from ../src/libs/icon/style/Style.h:21:
|
---|
1216 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
1217 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1218 | uint64* pa = (uint64*)a.data;
|
---|
1219 | ^~~~~~~~~~~~~~~
|
---|
1220 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1221 | uint64* pb = (uint64*)b.data;
|
---|
1222 | ^~~~~~~~~~~~~~~
|
---|
1223 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1224 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1225 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1226 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1227 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1228 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1229 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1230 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1231 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1232 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1233 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1234 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1235 | 6 warnings generated.
|
---|
1236 | C++ objects/darwin/release/build/libbe/icon/Transformable.o
|
---|
1237 | C++ objects/darwin/release/build/libbe/icon/AffineTransformer.o
|
---|
1238 | C++ objects/darwin/release/build/libbe/icon/ContourTransformer.o
|
---|
1239 | C++ objects/darwin/release/build/libbe/icon/PathSource.o
|
---|
1240 | In file included from ../src/libs/icon/transformer/PathSource.cpp:12:
|
---|
1241 | In file included from ../src/libs/icon/shape/VectorPath.h:18:
|
---|
1242 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1243 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1244 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1245 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1246 | 1 warning generated.
|
---|
1247 | C++ objects/darwin/release/build/libbe/icon/PerspectiveTransformer.o
|
---|
1248 | C++ objects/darwin/release/build/libbe/icon/StrokeTransformer.o
|
---|
1249 | C++ objects/darwin/release/build/libbe/icon/Transformer.o
|
---|
1250 | C++ objects/darwin/release/build/libbe/icon/TransformerFactory.o
|
---|
1251 | In file included from ../src/libs/icon/transformer/TransformerFactory.cpp:9:
|
---|
1252 | In file included from ../src/libs/icon/transformer/TransformerFactory.h:12:
|
---|
1253 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1254 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1255 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1256 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1257 | 1 warning generated.
|
---|
1258 | C++ objects/darwin/release/build/libbe/icon/Icon.o
|
---|
1259 | In file included from ../src/libs/icon/./Icon.cpp:15:
|
---|
1260 | In file included from ../src/libs/icon/shape/Shape.h:20:
|
---|
1261 | In file included from ../src/libs/icon/shape/VectorPath.h:18:
|
---|
1262 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1263 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1264 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1265 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1266 | In file included from ../src/libs/icon/./Icon.cpp:16:
|
---|
1267 | In file included from ../src/libs/icon/style/Style.h:21:
|
---|
1268 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
1269 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1270 | uint64* pa = (uint64*)a.data;
|
---|
1271 | ^~~~~~~~~~~~~~~
|
---|
1272 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1273 | uint64* pb = (uint64*)b.data;
|
---|
1274 | ^~~~~~~~~~~~~~~
|
---|
1275 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1276 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1277 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1278 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1279 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1280 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1281 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1282 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1283 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1284 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1285 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1286 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1287 | 7 warnings generated.
|
---|
1288 | C++ objects/darwin/release/build/libbe/icon/IconRenderer.o
|
---|
1289 | In file included from ../src/libs/icon/./IconRenderer.cpp:14:
|
---|
1290 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
1291 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
1292 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:9:
|
---|
1293 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
1294 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1295 | uint64* pa = (uint64*)a.data;
|
---|
1296 | ^~~~~~~~~~~~~~~
|
---|
1297 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1298 | uint64* pb = (uint64*)b.data;
|
---|
1299 | ^~~~~~~~~~~~~~~
|
---|
1300 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1301 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1302 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1303 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1304 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1305 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1306 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1307 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1308 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1309 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1310 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1311 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1312 | In file included from ../src/libs/icon/./IconRenderer.cpp:14:
|
---|
1313 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
1314 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
1315 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:11:
|
---|
1316 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1317 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1318 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1319 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1320 | In file included from ../src/libs/icon/./IconRenderer.cpp:9:
|
---|
1321 | In file included from ../src/libs/icon/./IconRenderer.h:13:
|
---|
1322 | ../headers/libs/agg/agg_pixfmt_rgba.h:1874:18: warning: cast from 'agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8, agg::order_bgra>, agg::row_ptr_cache<unsigned char> >::value_type *' (aka 'unsigned char *') to 'agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8, agg::order_bgra>, agg::row_ptr_cache<unsigned char> >::pixel_type *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1323 | *(pixel_type*)p = v;
|
---|
1324 | ^~~~~~~~~~~~~~
|
---|
1325 | ../headers/libs/agg/agg_renderer_base.h:131:28: note: in instantiation of member function 'agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8, agg::order_bgra>, agg::row_ptr_cache<unsigned char> >::copy_hline' requested here
|
---|
1326 | m_ren->copy_hline(0, y, width(), c);
|
---|
1327 | ^
|
---|
1328 | ../src/libs/icon/./IconRenderer.cpp:336:20: note: in instantiation of member function 'agg::renderer_base<agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8, agg::order_bgra>, agg::row_ptr_cache<unsigned char> > >::clear' requested here
|
---|
1329 | fBaseRendererPre.clear(fBackgroundColor);
|
---|
1330 | ^
|
---|
1331 | In file included from ../src/libs/icon/./IconRenderer.cpp:9:
|
---|
1332 | In file included from ../src/libs/icon/./IconRenderer.h:13:
|
---|
1333 | ../headers/libs/agg/agg_pixfmt_rgba.h:1919:26: warning: cast from 'agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8, agg::order_bgra>, agg::row_ptr_cache<unsigned char> >::value_type *' (aka 'unsigned char *') to 'agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8, agg::order_bgra>, agg::row_ptr_cache<unsigned char> >::pixel_type *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1334 | *(pixel_type*)p = v;
|
---|
1335 | ^~~~~~~~~~~~~~
|
---|
1336 | ../headers/libs/agg/agg_renderer_base.h:218:20: note: in instantiation of member function 'agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8, agg::order_bgra>, agg::row_ptr_cache<unsigned char> >::blend_hline' requested here
|
---|
1337 | m_ren->blend_hline(x1, y, x2 - x1 + 1, c, cover);
|
---|
1338 | ^
|
---|
1339 | ../headers/libs/agg/agg_renderer_scanline.h:46:21: note: in instantiation of member function 'agg::renderer_base<agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8, agg::order_bgra>, agg::row_ptr_cache<unsigned char> > >::blend_hline' requested here
|
---|
1340 | ren.blend_hline(x, y, (unsigned)(x - span->len - 1),
|
---|
1341 | ^
|
---|
1342 | ../headers/libs/agg/agg_renderer_scanline.h:522:29: note: in instantiation of function template specialization 'agg::render_scanline_aa_solid<agg::scanline_u8, agg::renderer_base<agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8, agg::order_bgra>, agg::row_ptr_cache<unsigned char> > >, agg::rgba8>' requested here
|
---|
1343 | render_scanline_aa_solid(sl_aa, ren, sh.color(style));
|
---|
1344 | ^
|
---|
1345 | ../src/libs/icon/./IconRenderer.cpp:420:7: note: in instantiation of function template specialization 'agg::render_scanlines_compound<agg::rasterizer_compound_aa<agg::rasterizer_sl_clip<agg::ras_conv_dbl> >, agg::scanline_u8, agg::scanline_bin, agg::renderer_base<agg::pixfmt_alpha_blend_rgba<agg::blender_rgba_pre<agg::rgba8, agg::order_bgra>, agg::row_ptr_cache<unsigned char> > >, agg::span_allocator<agg::rgba8>, BPrivate::Icon::IconRenderer::StyleHandler>' requested here
|
---|
1346 | agg::render_scanlines_compound(fRasterizer, fScanline, fBinaryScanline,
|
---|
1347 | ^
|
---|
1348 | 9 warnings generated.
|
---|
1349 | C++ objects/darwin/release/build/libbe/icon/IconUtils.o
|
---|
1350 | In file included from ../src/libs/icon/./IconUtils.cpp:20:
|
---|
1351 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
1352 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
1353 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:9:
|
---|
1354 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
1355 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1356 | uint64* pa = (uint64*)a.data;
|
---|
1357 | ^~~~~~~~~~~~~~~
|
---|
1358 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1359 | uint64* pb = (uint64*)b.data;
|
---|
1360 | ^~~~~~~~~~~~~~~
|
---|
1361 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1362 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1363 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1364 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1365 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1366 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1367 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1368 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1369 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1370 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1371 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1372 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1373 | In file included from ../src/libs/icon/./IconUtils.cpp:20:
|
---|
1374 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
1375 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
1376 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:11:
|
---|
1377 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1378 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1379 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1380 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1381 | ../src/libs/icon/./IconUtils.cpp:191:16: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1382 | uint32 b = *(uint32*)(srcBits + (MAX(0, y - 1) * srcBPR)
|
---|
1383 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1384 | ../src/libs/icon/./IconUtils.cpp:193:16: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1385 | uint32 d = *(uint32*)(srcBits + (y * srcBPR)
|
---|
1386 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1387 | ../src/libs/icon/./IconUtils.cpp:195:16: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1388 | uint32 e = *(uint32*)(srcBits + (y * srcBPR)
|
---|
1389 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1390 | ../src/libs/icon/./IconUtils.cpp:197:16: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1391 | uint32 f = *(uint32*)(srcBits + (y * srcBPR)
|
---|
1392 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1393 | ../src/libs/icon/./IconUtils.cpp:199:16: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1394 | uint32 h = *(uint32*)(srcBits + (MIN(srcHeight - 1, y + 1)
|
---|
1395 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1396 | ../src/libs/icon/./IconUtils.cpp:207:5: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1397 | *(uint32*)(dstBits + y * 2 * dstBPR + x * 2 * 4) = e0;
|
---|
1398 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1399 | ../src/libs/icon/./IconUtils.cpp:208:5: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1400 | *(uint32*)(dstBits + y * 2 * dstBPR + (x * 2 + 1) * 4) = e1;
|
---|
1401 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1402 | ../src/libs/icon/./IconUtils.cpp:209:5: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1403 | *(uint32*)(dstBits + (y * 2 + 1) * dstBPR + x * 2 * 4) = e2;
|
---|
1404 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1405 | ../src/libs/icon/./IconUtils.cpp:210:5: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1406 | *(uint32*)(dstBits + (y * 2 + 1) * dstBPR + (x * 2 + 1) * 4) = e3;
|
---|
1407 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1408 | ../src/libs/icon/./IconUtils.cpp:235:16: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1409 | uint32 a = *(uint32*)(srcBits + (MAX(0, y - 1) * srcBPR)
|
---|
1410 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1411 | ../src/libs/icon/./IconUtils.cpp:237:16: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1412 | uint32 b = *(uint32*)(srcBits + (MAX(0, y - 1) * srcBPR)
|
---|
1413 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1414 | ../src/libs/icon/./IconUtils.cpp:239:16: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1415 | uint32 c = *(uint32*)(srcBits + (MAX(0, y - 1) * srcBPR)
|
---|
1416 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1417 | ../src/libs/icon/./IconUtils.cpp:241:16: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1418 | uint32 d = *(uint32*)(srcBits + (y * srcBPR)
|
---|
1419 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1420 | ../src/libs/icon/./IconUtils.cpp:243:16: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1421 | uint32 e = *(uint32*)(srcBits + (y * srcBPR)
|
---|
1422 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1423 | ../src/libs/icon/./IconUtils.cpp:245:16: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1424 | uint32 f = *(uint32*)(srcBits + (y * srcBPR)
|
---|
1425 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1426 | ../src/libs/icon/./IconUtils.cpp:247:16: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1427 | uint32 g = *(uint32*)(srcBits + (MIN(srcHeight - 1, y + 1)
|
---|
1428 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1429 | ../src/libs/icon/./IconUtils.cpp:249:16: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1430 | uint32 h = *(uint32*)(srcBits + (MIN(srcHeight - 1, y + 1)
|
---|
1431 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1432 | ../src/libs/icon/./IconUtils.cpp:251:16: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1433 | uint32 i = *(uint32*)(srcBits + (MIN(srcHeight - 1, y + 1)
|
---|
1434 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1435 | ../src/libs/icon/./IconUtils.cpp:268:5: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1436 | *(uint32*)(dstBits + y * 3 * dstBPR + x * 3 * 4) = e0;
|
---|
1437 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1438 | ../src/libs/icon/./IconUtils.cpp:269:5: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1439 | *(uint32*)(dstBits + y * 3 * dstBPR + (x * 3 + 1) * 4) = e1;
|
---|
1440 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1441 | ../src/libs/icon/./IconUtils.cpp:270:5: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1442 | *(uint32*)(dstBits + y * 3 * dstBPR + (x * 3 + 2) * 4) = e2;
|
---|
1443 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1444 | ../src/libs/icon/./IconUtils.cpp:271:5: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1445 | *(uint32*)(dstBits + (y * 3 + 1) * dstBPR + x * 3 * 4) = e3;
|
---|
1446 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1447 | ../src/libs/icon/./IconUtils.cpp:272:5: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1448 | *(uint32*)(dstBits + (y * 3 + 1) * dstBPR + (x * 3 + 1) * 4) = e4;
|
---|
1449 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1450 | ../src/libs/icon/./IconUtils.cpp:273:5: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1451 | *(uint32*)(dstBits + (y * 3 + 1) * dstBPR + (x * 3 + 2) * 4) = e5;
|
---|
1452 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1453 | ../src/libs/icon/./IconUtils.cpp:274:5: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1454 | *(uint32*)(dstBits + (y * 3 + 2) * dstBPR + x * 3 * 4) = e6;
|
---|
1455 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1456 | ../src/libs/icon/./IconUtils.cpp:275:5: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1457 | *(uint32*)(dstBits + (y * 3 + 2) * dstBPR + (x * 3 + 1) * 4) = e7;
|
---|
1458 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1459 | ../src/libs/icon/./IconUtils.cpp:276:5: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1460 | *(uint32*)(dstBits + (y * 3 + 2) * dstBPR + (x * 3 + 2) * 4) = e8;
|
---|
1461 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1462 | ../src/libs/icon/./IconUtils.cpp:727:15: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1463 | uint32* d = (uint32*)dst;
|
---|
1464 | ^~~~~~~~~~~~
|
---|
1465 | 35 warnings generated.
|
---|
1466 | C++ objects/darwin/release/build/libbe/icon/agg_arc.o
|
---|
1467 | C++ objects/darwin/release/build/libbe/icon/agg_arrowhead.o
|
---|
1468 | C++ objects/darwin/release/build/libbe/icon/agg_bezier_arc.o
|
---|
1469 | C++ objects/darwin/release/build/libbe/icon/agg_bspline.o
|
---|
1470 | C++ objects/darwin/release/build/libbe/icon/agg_curves.o
|
---|
1471 | ../src/libs/agg/src/agg_curves.cpp:24:18: warning: unused variable 'curve_distance_epsilon' [-Wunused-const-variable]
|
---|
1472 | const double curve_distance_epsilon = 1e-30;
|
---|
1473 | ^
|
---|
1474 | 1 warning generated.
|
---|
1475 | C++ objects/darwin/release/build/libbe/icon/agg_embedded_raster_fonts.o
|
---|
1476 | C++ objects/darwin/release/build/libbe/icon/agg_gsv_text.o
|
---|
1477 | C++ objects/darwin/release/build/libbe/icon/agg_image_filters.o
|
---|
1478 | C++ objects/darwin/release/build/libbe/icon/agg_line_aa_basics.o
|
---|
1479 | C++ objects/darwin/release/build/libbe/icon/agg_line_profile_aa.o
|
---|
1480 | C++ objects/darwin/release/build/libbe/icon/agg_rounded_rect.o
|
---|
1481 | C++ objects/darwin/release/build/libbe/icon/agg_sqrt_tables.o
|
---|
1482 | C++ objects/darwin/release/build/libbe/icon/agg_trans_affine.o
|
---|
1483 | C++ objects/darwin/release/build/libbe/icon/agg_trans_double_path.o
|
---|
1484 | C++ objects/darwin/release/build/libbe/icon/agg_trans_single_path.o
|
---|
1485 | C++ objects/darwin/release/build/libbe/icon/agg_trans_warp_magnifier.o
|
---|
1486 | C++ objects/darwin/release/build/libbe/icon/agg_vcgen_bspline.o
|
---|
1487 | C++ objects/darwin/release/build/libbe/icon/agg_vcgen_contour.o
|
---|
1488 | C++ objects/darwin/release/build/libbe/icon/agg_vcgen_dash.o
|
---|
1489 | C++ objects/darwin/release/build/libbe/icon/agg_vcgen_markers_term.o
|
---|
1490 | C++ objects/darwin/release/build/libbe/icon/agg_vcgen_smooth_poly1.o
|
---|
1491 | C++ objects/darwin/release/build/libbe/icon/agg_vcgen_stroke.o
|
---|
1492 | C++ objects/darwin/release/build/libbe/icon/agg_vpgen_clip_polygon.o
|
---|
1493 | C++ objects/darwin/release/build/libbe/icon/agg_vpgen_clip_polyline.o
|
---|
1494 | C++ objects/darwin/release/build/libbe/icon/agg_vpgen_segmentator.o
|
---|
1495 | MergeObjectFromObjects1 objects/darwin/release/build/libbe/icon/icon_kit.o
|
---|
1496 | C++ objects/darwin/release/build/libbe/interface/Bitmap.o
|
---|
1497 | In file included from ../src/build/libbe/interface/Bitmap.cpp:19:
|
---|
1498 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
1499 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
1500 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:9:
|
---|
1501 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
1502 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1503 | uint64* pa = (uint64*)a.data;
|
---|
1504 | ^~~~~~~~~~~~~~~
|
---|
1505 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1506 | uint64* pb = (uint64*)b.data;
|
---|
1507 | ^~~~~~~~~~~~~~~
|
---|
1508 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1509 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1510 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1511 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1512 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1513 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1514 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1515 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1516 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1517 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1518 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1519 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1520 | In file included from ../src/build/libbe/interface/Bitmap.cpp:19:
|
---|
1521 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
1522 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
1523 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:11:
|
---|
1524 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1525 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1526 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1527 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1528 | In file included from ../src/build/libbe/interface/Bitmap.cpp:19:
|
---|
1529 | ../headers/build/os/interface/Bitmap.h:102:9: warning: private field 'unused' is not used [-Wunused-private-field]
|
---|
1530 | uint8 unused;
|
---|
1531 | ^
|
---|
1532 | 8 warnings generated.
|
---|
1533 | C++ objects/darwin/release/build/libbe/interface/Gradient.o
|
---|
1534 | In file included from ../src/kits/interface/Gradient.cpp:10:
|
---|
1535 | In file included from ../headers/build/os/interface/Gradient.h:1:
|
---|
1536 | In file included from ../headers/build/../os/interface/Gradient.h:10:
|
---|
1537 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
1538 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1539 | uint64* pa = (uint64*)a.data;
|
---|
1540 | ^~~~~~~~~~~~~~~
|
---|
1541 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1542 | uint64* pb = (uint64*)b.data;
|
---|
1543 | ^~~~~~~~~~~~~~~
|
---|
1544 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1545 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1546 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1547 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1548 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1549 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1550 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1551 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1552 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1553 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1554 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1555 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1556 | 6 warnings generated.
|
---|
1557 | C++ objects/darwin/release/build/libbe/interface/GradientLinear.o
|
---|
1558 | In file included from ../src/kits/interface/GradientLinear.cpp:10:
|
---|
1559 | In file included from ../headers/build/os/interface/Gradient.h:1:
|
---|
1560 | In file included from ../headers/build/../os/interface/Gradient.h:10:
|
---|
1561 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
1562 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1563 | uint64* pa = (uint64*)a.data;
|
---|
1564 | ^~~~~~~~~~~~~~~
|
---|
1565 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1566 | uint64* pb = (uint64*)b.data;
|
---|
1567 | ^~~~~~~~~~~~~~~
|
---|
1568 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1569 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1570 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1571 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1572 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1573 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1574 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1575 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1576 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1577 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1578 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1579 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1580 | 6 warnings generated.
|
---|
1581 | C++ objects/darwin/release/build/libbe/interface/GradientRadial.o
|
---|
1582 | In file included from ../src/kits/interface/GradientRadial.cpp:10:
|
---|
1583 | In file included from ../headers/build/os/interface/Gradient.h:1:
|
---|
1584 | In file included from ../headers/build/../os/interface/Gradient.h:10:
|
---|
1585 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
1586 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1587 | uint64* pa = (uint64*)a.data;
|
---|
1588 | ^~~~~~~~~~~~~~~
|
---|
1589 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1590 | uint64* pb = (uint64*)b.data;
|
---|
1591 | ^~~~~~~~~~~~~~~
|
---|
1592 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1593 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1594 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1595 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1596 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1597 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1598 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1599 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1600 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1601 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1602 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1603 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1604 | 6 warnings generated.
|
---|
1605 | C++ objects/darwin/release/build/libbe/interface/GradientRadialFocus.o
|
---|
1606 | In file included from ../src/kits/interface/GradientRadialFocus.cpp:10:
|
---|
1607 | In file included from ../headers/build/os/interface/Gradient.h:1:
|
---|
1608 | In file included from ../headers/build/../os/interface/Gradient.h:10:
|
---|
1609 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
1610 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1611 | uint64* pa = (uint64*)a.data;
|
---|
1612 | ^~~~~~~~~~~~~~~
|
---|
1613 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1614 | uint64* pb = (uint64*)b.data;
|
---|
1615 | ^~~~~~~~~~~~~~~
|
---|
1616 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1617 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1618 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1619 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1620 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1621 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1622 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1623 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1624 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1625 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1626 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1627 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1628 | 6 warnings generated.
|
---|
1629 | C++ objects/darwin/release/build/libbe/interface/GradientDiamond.o
|
---|
1630 | In file included from ../src/kits/interface/GradientDiamond.cpp:10:
|
---|
1631 | In file included from ../headers/build/os/interface/Gradient.h:1:
|
---|
1632 | In file included from ../headers/build/../os/interface/Gradient.h:10:
|
---|
1633 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
1634 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1635 | uint64* pa = (uint64*)a.data;
|
---|
1636 | ^~~~~~~~~~~~~~~
|
---|
1637 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1638 | uint64* pb = (uint64*)b.data;
|
---|
1639 | ^~~~~~~~~~~~~~~
|
---|
1640 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1641 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1642 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1643 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1644 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1645 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1646 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1647 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1648 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1649 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1650 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1651 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1652 | 6 warnings generated.
|
---|
1653 | C++ objects/darwin/release/build/libbe/interface/GradientConic.o
|
---|
1654 | In file included from ../src/kits/interface/GradientConic.cpp:10:
|
---|
1655 | In file included from ../headers/build/os/interface/Gradient.h:1:
|
---|
1656 | In file included from ../headers/build/../os/interface/Gradient.h:10:
|
---|
1657 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
1658 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1659 | uint64* pa = (uint64*)a.data;
|
---|
1660 | ^~~~~~~~~~~~~~~
|
---|
1661 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1662 | uint64* pb = (uint64*)b.data;
|
---|
1663 | ^~~~~~~~~~~~~~~
|
---|
1664 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1665 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1666 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1667 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1668 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1669 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1670 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1671 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1672 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1673 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1674 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1675 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1676 | 6 warnings generated.
|
---|
1677 | C++ objects/darwin/release/build/libbe/interface/GraphicsDefs.o
|
---|
1678 | In file included from ../src/build/libbe/interface/GraphicsDefs.cpp:30:
|
---|
1679 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
1680 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1681 | uint64* pa = (uint64*)a.data;
|
---|
1682 | ^~~~~~~~~~~~~~~
|
---|
1683 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1684 | uint64* pb = (uint64*)b.data;
|
---|
1685 | ^~~~~~~~~~~~~~~
|
---|
1686 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1687 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1688 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1689 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1690 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1691 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1692 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1693 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1694 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1695 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1696 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1697 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1698 | 6 warnings generated.
|
---|
1699 | C++ objects/darwin/release/build/libbe/interface/Point.o
|
---|
1700 | C++ objects/darwin/release/build/libbe/interface/Rect.o
|
---|
1701 | ../src/kits/interface/Rect.cpp:340:1: warning: '_ZN5BRect11InsetByCopyE6BPoint' has C-linkage specified, but returns user-defined type 'BRect' which is incompatible with C [-Wreturn-type-c-linkage]
|
---|
1702 | _ZN5BRect11InsetByCopyE6BPoint(BRect* self, BPoint point)
|
---|
1703 | ^
|
---|
1704 | ../src/kits/interface/Rect.cpp:349:1: warning: '_ZN5BRect11InsetByCopyEff' has C-linkage specified, but returns user-defined type 'BRect' which is incompatible with C [-Wreturn-type-c-linkage]
|
---|
1705 | _ZN5BRect11InsetByCopyEff(BRect* self, float dx, float dy)
|
---|
1706 | ^
|
---|
1707 | ../src/kits/interface/Rect.cpp:358:1: warning: '_ZN5BRect12OffsetByCopyE6BPoint' has C-linkage specified, but returns user-defined type 'BRect' which is incompatible with C [-Wreturn-type-c-linkage]
|
---|
1708 | _ZN5BRect12OffsetByCopyE6BPoint(BRect* self, BPoint point)
|
---|
1709 | ^
|
---|
1710 | ../src/kits/interface/Rect.cpp:367:1: warning: '_ZN5BRect12OffsetByCopyEff' has C-linkage specified, but returns user-defined type 'BRect' which is incompatible with C [-Wreturn-type-c-linkage]
|
---|
1711 | _ZN5BRect12OffsetByCopyEff(BRect* self, float dx, float dy)
|
---|
1712 | ^
|
---|
1713 | ../src/kits/interface/Rect.cpp:376:1: warning: '_ZN5BRect12OffsetToCopyE6BPoint' has C-linkage specified, but returns user-defined type 'BRect' which is incompatible with C [-Wreturn-type-c-linkage]
|
---|
1714 | _ZN5BRect12OffsetToCopyE6BPoint(BRect* self, BPoint point)
|
---|
1715 | ^
|
---|
1716 | ../src/kits/interface/Rect.cpp:385:1: warning: '_ZN5BRect12OffsetToCopyEff' has C-linkage specified, but returns user-defined type 'BRect' which is incompatible with C [-Wreturn-type-c-linkage]
|
---|
1717 | _ZN5BRect12OffsetToCopyEff(BRect* self, float dx, float dy)
|
---|
1718 | ^
|
---|
1719 | 6 warnings generated.
|
---|
1720 | C++ objects/darwin/release/build/libbe/interface/Region.o
|
---|
1721 | C++ objects/darwin/release/build/libbe/interface/RegionSupport.o
|
---|
1722 | C++ objects/darwin/release/build/libbe/interface/SystemPalette.o
|
---|
1723 | In file included from ../src/build/libbe/interface/SystemPalette.cpp:13:
|
---|
1724 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
1725 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1726 | uint64* pa = (uint64*)a.data;
|
---|
1727 | ^~~~~~~~~~~~~~~
|
---|
1728 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1729 | uint64* pb = (uint64*)b.data;
|
---|
1730 | ^~~~~~~~~~~~~~~
|
---|
1731 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1732 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1733 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1734 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1735 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1736 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1737 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1738 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1739 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1740 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1741 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1742 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1743 | In file included from ../src/build/libbe/interface/SystemPalette.cpp:14:
|
---|
1744 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
1745 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:11:
|
---|
1746 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1747 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1748 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1749 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1750 | 7 warnings generated.
|
---|
1751 | MergeObjectFromObjects1 objects/darwin/release/build/libbe/interface/interface_kit.o
|
---|
1752 | C++ objects/darwin/release/build/libbe/storage/AppFileInfo.o
|
---|
1753 | In file included from ../src/build/libbe/storage/AppFileInfo.cpp:16:
|
---|
1754 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
1755 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
1756 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:9:
|
---|
1757 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
1758 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1759 | uint64* pa = (uint64*)a.data;
|
---|
1760 | ^~~~~~~~~~~~~~~
|
---|
1761 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1762 | uint64* pb = (uint64*)b.data;
|
---|
1763 | ^~~~~~~~~~~~~~~
|
---|
1764 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1765 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1766 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1767 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1768 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1769 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1770 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1771 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1772 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1773 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1774 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1775 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1776 | In file included from ../src/build/libbe/storage/AppFileInfo.cpp:16:
|
---|
1777 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
1778 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
1779 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:11:
|
---|
1780 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1781 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1782 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1783 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1784 | In file included from ../src/build/libbe/storage/AppFileInfo.cpp:15:
|
---|
1785 | In file included from ../headers/build/os/storage/AppFileInfo.h:1:
|
---|
1786 | ../headers/build/../os/storage/AppFileInfo.h:135:14: warning: private field '_reserved' is not used [-Wunused-private-field]
|
---|
1787 | uint32 _reserved[2];
|
---|
1788 | ^
|
---|
1789 | 8 warnings generated.
|
---|
1790 | C++ objects/darwin/release/build/libbe/storage/Directory.o
|
---|
1791 | In file included from ../src/build/libbe/storage/Directory.cpp:12:
|
---|
1792 | In file included from ../headers/build/private/storage/storage_support.h:1:
|
---|
1793 | ../headers/build/../private/storage/storage_support.h:30:35: warning: cast from 'char *' to 'struct dirent *' increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1794 | struct dirent* dirent() { return (struct dirent*)_; }
|
---|
1795 | ^~~~~~~~~~~~~~~~~
|
---|
1796 | 1 warning generated.
|
---|
1797 | C++ objects/darwin/release/build/libbe/storage/DriverSettings.o
|
---|
1798 | In file included from ../src/kits/storage/DriverSettings.cpp:19:
|
---|
1799 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1800 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1801 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1802 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1803 | 1 warning generated.
|
---|
1804 | C++ objects/darwin/release/build/libbe/storage/Entry.o
|
---|
1805 | In file included from ../src/build/libbe/storage/Entry.cpp:30:
|
---|
1806 | In file included from ../headers/build/private/storage/storage_support.h:1:
|
---|
1807 | ../headers/build/../private/storage/storage_support.h:30:35: warning: cast from 'char *' to 'struct dirent *' increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1808 | struct dirent* dirent() { return (struct dirent*)_; }
|
---|
1809 | ^~~~~~~~~~~~~~~~~
|
---|
1810 | 1 warning generated.
|
---|
1811 | C++ objects/darwin/release/build/libbe/storage/EntryList.o
|
---|
1812 | C++ objects/darwin/release/build/libbe/storage/FdIO.o
|
---|
1813 | ...on 200th target...
|
---|
1814 | C++ objects/darwin/release/build/libbe/storage/File.o
|
---|
1815 | In file included from ../src/build/libbe/storage/File.cpp:15:
|
---|
1816 | ../headers/build/os/storage/File.h:70:9: warning: private field '_reservedData' is not used [-Wunused-private-field]
|
---|
1817 | uint32 _reservedData[8];
|
---|
1818 | ^
|
---|
1819 | 1 warning generated.
|
---|
1820 | C++ objects/darwin/release/build/libbe/storage/FileIO.o
|
---|
1821 | C++ objects/darwin/release/build/libbe/storage/FindDirectory.o
|
---|
1822 | C++ objects/darwin/release/build/libbe/storage/MergedDirectory.o
|
---|
1823 | In file included from ../src/build/libbe/storage/MergedDirectory.cpp:21:
|
---|
1824 | In file included from ../headers/build/private/storage/storage_support.h:1:
|
---|
1825 | ../headers/build/../private/storage/storage_support.h:30:35: warning: cast from 'char *' to 'struct dirent *' increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1826 | struct dirent* dirent() { return (struct dirent*)_; }
|
---|
1827 | ^~~~~~~~~~~~~~~~~
|
---|
1828 | ../src/build/libbe/storage/MergedDirectory.cpp:205:24: warning: cast from 'char (*)[1303]' to 'dirent *' increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1829 | while (GetNextDirents((dirent*)&buffer, sizeof(buffer), 1) == 1)
|
---|
1830 | ^~~~~~~~~~~~~~~~
|
---|
1831 | 2 warnings generated.
|
---|
1832 | C++ objects/darwin/release/build/libbe/storage/Mime.o
|
---|
1833 | C++ objects/darwin/release/build/libbe/storage/MimeType.o
|
---|
1834 | In file included from ../src/build/libbe/storage/MimeType.cpp:11:
|
---|
1835 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
1836 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
1837 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:9:
|
---|
1838 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
1839 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1840 | uint64* pa = (uint64*)a.data;
|
---|
1841 | ^~~~~~~~~~~~~~~
|
---|
1842 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1843 | uint64* pb = (uint64*)b.data;
|
---|
1844 | ^~~~~~~~~~~~~~~
|
---|
1845 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1846 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1847 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1848 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1849 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1850 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1851 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1852 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1853 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1854 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1855 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1856 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1857 | In file included from ../src/build/libbe/storage/MimeType.cpp:11:
|
---|
1858 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
1859 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
1860 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:11:
|
---|
1861 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1862 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1863 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1864 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1865 | 7 warnings generated.
|
---|
1866 | C++ objects/darwin/release/build/libbe/storage/Node.o
|
---|
1867 | In file included from ../src/build/libbe/storage/Node.cpp:22:
|
---|
1868 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1869 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1870 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1871 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1872 | In file included from ../src/build/libbe/storage/Node.cpp:27:
|
---|
1873 | In file included from ../headers/build/private/storage/storage_support.h:1:
|
---|
1874 | ../headers/build/../private/storage/storage_support.h:30:35: warning: cast from 'char *' to 'struct dirent *' increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1875 | struct dirent* dirent() { return (struct dirent*)_; }
|
---|
1876 | ^~~~~~~~~~~~~~~~~
|
---|
1877 | 2 warnings generated.
|
---|
1878 | C++ objects/darwin/release/build/libbe/storage/NodeInfo.o
|
---|
1879 | In file included from ../src/build/libbe/storage/NodeInfo.cpp:16:
|
---|
1880 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
1881 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
1882 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:9:
|
---|
1883 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
1884 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1885 | uint64* pa = (uint64*)a.data;
|
---|
1886 | ^~~~~~~~~~~~~~~
|
---|
1887 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1888 | uint64* pb = (uint64*)b.data;
|
---|
1889 | ^~~~~~~~~~~~~~~
|
---|
1890 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1891 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1892 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1893 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1894 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
1895 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1896 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1897 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1898 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1899 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1900 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
1901 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
1902 | In file included from ../src/build/libbe/storage/NodeInfo.cpp:16:
|
---|
1903 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
1904 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
1905 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:11:
|
---|
1906 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1907 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1908 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1909 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1910 | 7 warnings generated.
|
---|
1911 | C++ objects/darwin/release/build/libbe/storage/OffsetFile.o
|
---|
1912 | C++ objects/darwin/release/build/libbe/storage/Path.o
|
---|
1913 | In file included from ../src/kits/storage/Path.cpp:19:
|
---|
1914 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1915 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1916 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1917 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1918 | In file included from ../src/kits/storage/Path.cpp:23:
|
---|
1919 | In file included from ../headers/build/private/storage/storage_support.h:1:
|
---|
1920 | ../headers/build/../private/storage/storage_support.h:30:35: warning: cast from 'char *' to 'struct dirent *' increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1921 | struct dirent* dirent() { return (struct dirent*)_; }
|
---|
1922 | ^~~~~~~~~~~~~~~~~
|
---|
1923 | In file included from ../src/kits/storage/Path.cpp:12:
|
---|
1924 | In file included from ../headers/build/os/storage/Path.h:1:
|
---|
1925 | ../headers/build/../os/storage/Path.h:76:13: warning: private field '_reserved' is not used [-Wunused-private-field]
|
---|
1926 | uint32 _reserved[4];
|
---|
1927 | ^
|
---|
1928 | 3 warnings generated.
|
---|
1929 | C++ objects/darwin/release/build/libbe/storage/ResourceFile.o
|
---|
1930 | In file included from ../src/kits/storage/ResourceFile.cpp:22:
|
---|
1931 | In file included from ../headers/build/private/storage/Exception.h:1:
|
---|
1932 | In file included from ../headers/build/../private/storage/Exception.h:9:
|
---|
1933 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1934 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1935 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1936 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1937 | ../src/kits/storage/ResourceFile.cpp:566:8: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'Elf32_Phdr *' increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1938 | = *(ElfProgramHeader*)(programHeaders + i * programHeaderSize);
|
---|
1939 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1940 | ../src/kits/storage/ResourceFile.cpp:492:4: note: in instantiation of function template specialization 'BPrivate::Storage::ResourceFile::_InitELFXFile<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr>' requested here
|
---|
1941 | _InitELFXFile<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr>(file, fileSize);
|
---|
1942 | ^
|
---|
1943 | ../src/kits/storage/ResourceFile.cpp:624:8: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'Elf32_Shdr *' increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1944 | = *(ElfSectionHeader*)(sectionHeaders + i * sectionHeaderSize);
|
---|
1945 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1946 | ../src/kits/storage/ResourceFile.cpp:566:8: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'Elf64_Phdr *' increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1947 | = *(ElfProgramHeader*)(programHeaders + i * programHeaderSize);
|
---|
1948 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1949 | ../src/kits/storage/ResourceFile.cpp:495:4: note: in instantiation of function template specialization 'BPrivate::Storage::ResourceFile::_InitELFXFile<Elf64_Ehdr, Elf64_Phdr, Elf64_Shdr>' requested here
|
---|
1950 | _InitELFXFile<Elf64_Ehdr, Elf64_Phdr, Elf64_Shdr>(file, fileSize);
|
---|
1951 | ^
|
---|
1952 | ../src/kits/storage/ResourceFile.cpp:624:8: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'Elf64_Shdr *' increases required alignment from 1 to 8 [-Wcast-align]
|
---|
1953 | = *(ElfSectionHeader*)(sectionHeaders + i * sectionHeaderSize);
|
---|
1954 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
---|
1955 | 5 warnings generated.
|
---|
1956 | C++ objects/darwin/release/build/libbe/storage/ResourceItem.o
|
---|
1957 | In file included from ../src/kits/storage/ResourceItem.cpp:10:
|
---|
1958 | In file included from ../headers/build/private/storage/ResourceItem.h:1:
|
---|
1959 | In file included from ../headers/build/../private/storage/ResourceItem.h:14:
|
---|
1960 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1961 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1962 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1963 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1964 | 1 warning generated.
|
---|
1965 | C++ objects/darwin/release/build/libbe/storage/Resources.o
|
---|
1966 | In file included from ../src/kits/storage/Resources.cpp:19:
|
---|
1967 | In file included from ../headers/build/private/storage/ResourceItem.h:1:
|
---|
1968 | In file included from ../headers/build/../private/storage/ResourceItem.h:14:
|
---|
1969 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1970 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1971 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1972 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1973 | In file included from ../src/kits/storage/Resources.cpp:12:
|
---|
1974 | In file included from ../headers/build/os/storage/Resources.h:1:
|
---|
1975 | ../headers/build/../os/storage/Resources.h:126:12: warning: private field '_pad' is not used [-Wunused-private-field]
|
---|
1976 | bool _pad[3];
|
---|
1977 | ^
|
---|
1978 | ../headers/build/../os/storage/Resources.h:128:14: warning: private field '_reserved' is not used [-Wunused-private-field]
|
---|
1979 | uint32 _reserved[3];
|
---|
1980 | ^
|
---|
1981 | 3 warnings generated.
|
---|
1982 | C++ objects/darwin/release/build/libbe/storage/ResourcesContainer.o
|
---|
1983 | In file included from ../src/kits/storage/ResourcesContainer.cpp:14:
|
---|
1984 | In file included from ../headers/build/private/storage/ResourceItem.h:1:
|
---|
1985 | In file included from ../headers/build/../private/storage/ResourceItem.h:14:
|
---|
1986 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1987 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1988 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1989 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1990 | 1 warning generated.
|
---|
1991 | C++ objects/darwin/release/build/libbe/storage/ResourceStrings.o
|
---|
1992 | In file included from ../src/kits/storage/ResourceStrings.cpp:19:
|
---|
1993 | In file included from ../headers/build/os/support/String.h:1:
|
---|
1994 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
1995 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
1996 | ^~~~~~~~~~~~~~~~~~~~
|
---|
1997 | In file included from ../src/kits/storage/ResourceStrings.cpp:10:
|
---|
1998 | In file included from ../headers/build/os/storage/ResourceStrings.h:1:
|
---|
1999 | ../headers/build/../os/storage/ResourceStrings.h:80:13: warning: private field '_reserved' is not used [-Wunused-private-field]
|
---|
2000 | uint32 _reserved[16]; // FBC
|
---|
2001 | ^
|
---|
2002 | 2 warnings generated.
|
---|
2003 | C++ objects/darwin/release/build/libbe/storage/Statable.o
|
---|
2004 | C++ objects/darwin/release/build/libbe/storage/SymLink.o
|
---|
2005 | In file included from ../src/kits/storage/SymLink.cpp:21:
|
---|
2006 | In file included from ../headers/build/private/storage/storage_support.h:1:
|
---|
2007 | ../headers/build/../private/storage/storage_support.h:30:35: warning: cast from 'char *' to 'struct dirent *' increases required alignment from 1 to 8 [-Wcast-align]
|
---|
2008 | struct dirent* dirent() { return (struct dirent*)_; }
|
---|
2009 | ^~~~~~~~~~~~~~~~~
|
---|
2010 | In file included from ../src/kits/storage/SymLink.cpp:14:
|
---|
2011 | In file included from ../headers/build/os/storage/SymLink.h:1:
|
---|
2012 | ../headers/build/../os/storage/SymLink.h:44:14: warning: private field '_reservedData' is not used [-Wunused-private-field]
|
---|
2013 | uint32 _reservedData[4];
|
---|
2014 | ^
|
---|
2015 | ../headers/build/../os/storage/SymLink.h:45:15: warning: private field 'fSecretEntry' is not used [-Wunused-private-field]
|
---|
2016 | BEntry* fSecretEntry;
|
---|
2017 | ^
|
---|
2018 | 3 warnings generated.
|
---|
2019 | C++ objects/darwin/release/build/libbe/storage/Volume.o
|
---|
2020 | In file included from ../src/build/libbe/storage/Volume.cpp:22:
|
---|
2021 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
2022 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
2023 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:9:
|
---|
2024 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
2025 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
2026 | uint64* pa = (uint64*)a.data;
|
---|
2027 | ^~~~~~~~~~~~~~~
|
---|
2028 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
2029 | uint64* pb = (uint64*)b.data;
|
---|
2030 | ^~~~~~~~~~~~~~~
|
---|
2031 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2032 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
2033 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2034 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2035 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
2036 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
2037 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2038 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
2039 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2040 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2041 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
2042 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
2043 | In file included from ../src/build/libbe/storage/Volume.cpp:22:
|
---|
2044 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
2045 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
2046 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:11:
|
---|
2047 | In file included from ../headers/build/os/support/String.h:1:
|
---|
2048 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2049 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
2050 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2051 | In file included from ../src/build/libbe/storage/Volume.cpp:27:
|
---|
2052 | In file included from ../headers/build/private/storage/storage_support.h:1:
|
---|
2053 | ../headers/build/../private/storage/storage_support.h:30:35: warning: cast from 'char *' to 'struct dirent *' increases required alignment from 1 to 8 [-Wcast-align]
|
---|
2054 | struct dirent* dirent() { return (struct dirent*)_; }
|
---|
2055 | ^~~~~~~~~~~~~~~~~
|
---|
2056 | In file included from ../src/build/libbe/storage/Volume.cpp:17:
|
---|
2057 | ../headers/build/os/storage/Volume.h:61:9: warning: private field '_reserved' is not used [-Wunused-private-field]
|
---|
2058 | int32 _reserved[8];
|
---|
2059 | ^
|
---|
2060 | 9 warnings generated.
|
---|
2061 | C++ objects/darwin/release/build/libbe/storage/storage_support.o
|
---|
2062 | In file included from ../src/kits/storage/storage_support.cpp:19:
|
---|
2063 | In file included from ../headers/build/private/storage/storage_support.h:1:
|
---|
2064 | ../headers/build/../private/storage/storage_support.h:30:35: warning: cast from 'char *' to 'struct dirent *' increases required alignment from 1 to 8 [-Wcast-align]
|
---|
2065 | struct dirent* dirent() { return (struct dirent*)_; }
|
---|
2066 | ^~~~~~~~~~~~~~~~~
|
---|
2067 | 1 warning generated.
|
---|
2068 | C++ objects/darwin/release/build/libbe/storage/AppMetaMimeCreator.o
|
---|
2069 | In file included from ../src/kits/storage/mime/AppMetaMimeCreator.cpp:17:
|
---|
2070 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
2071 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
2072 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:9:
|
---|
2073 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
2074 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
2075 | uint64* pa = (uint64*)a.data;
|
---|
2076 | ^~~~~~~~~~~~~~~
|
---|
2077 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
2078 | uint64* pb = (uint64*)b.data;
|
---|
2079 | ^~~~~~~~~~~~~~~
|
---|
2080 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2081 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
2082 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2083 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2084 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
2085 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
2086 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2087 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
2088 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2089 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2090 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
2091 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
2092 | In file included from ../src/kits/storage/mime/AppMetaMimeCreator.cpp:17:
|
---|
2093 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
2094 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
2095 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:11:
|
---|
2096 | In file included from ../headers/build/os/support/String.h:1:
|
---|
2097 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2098 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
2099 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2100 | 7 warnings generated.
|
---|
2101 | C++ objects/darwin/release/build/libbe/storage/AssociatedTypes.o
|
---|
2102 | In file included from ../src/kits/storage/mime/AssociatedTypes.cpp:21:
|
---|
2103 | In file included from ../headers/build/private/storage/mime/DatabaseLocation.h:1:
|
---|
2104 | In file included from ../headers/build/private/app/../../../private/storage/mime/DatabaseLocation.h:13:
|
---|
2105 | In file included from ../headers/build/os/support/StringList.h:1:
|
---|
2106 | In file included from ../headers/build/../os/support/StringList.h:12:
|
---|
2107 | In file included from ../headers/build/os/support/String.h:1:
|
---|
2108 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2109 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
2110 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2111 | In file included from ../src/kits/storage/mime/AssociatedTypes.cpp:26:
|
---|
2112 | In file included from ../headers/build/private/storage/storage_support.h:1:
|
---|
2113 | ../headers/build/../private/storage/storage_support.h:30:35: warning: cast from 'char *' to 'struct dirent *' increases required alignment from 1 to 8 [-Wcast-align]
|
---|
2114 | struct dirent* dirent() { return (struct dirent*)_; }
|
---|
2115 | ^~~~~~~~~~~~~~~~~
|
---|
2116 | 2 warnings generated.
|
---|
2117 | C++ objects/darwin/release/build/libbe/storage/Database.o
|
---|
2118 | In file included from ../src/kits/storage/mime/Database.cpp:20:
|
---|
2119 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
2120 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
2121 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:9:
|
---|
2122 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
2123 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
2124 | uint64* pa = (uint64*)a.data;
|
---|
2125 | ^~~~~~~~~~~~~~~
|
---|
2126 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
2127 | uint64* pb = (uint64*)b.data;
|
---|
2128 | ^~~~~~~~~~~~~~~
|
---|
2129 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2130 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
2131 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2132 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2133 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
2134 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
2135 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2136 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
2137 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2138 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2139 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
2140 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
2141 | In file included from ../src/kits/storage/mime/Database.cpp:20:
|
---|
2142 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
2143 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
2144 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:11:
|
---|
2145 | In file included from ../headers/build/os/support/String.h:1:
|
---|
2146 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2147 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
2148 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2149 | In file included from ../src/kits/storage/mime/Database.cpp:35:
|
---|
2150 | In file included from ../headers/build/private/storage/storage_support.h:1:
|
---|
2151 | ../headers/build/../private/storage/storage_support.h:30:35: warning: cast from 'char *' to 'struct dirent *' increases required alignment from 1 to 8 [-Wcast-align]
|
---|
2152 | struct dirent* dirent() { return (struct dirent*)_; }
|
---|
2153 | ^~~~~~~~~~~~~~~~~
|
---|
2154 | 8 warnings generated.
|
---|
2155 | C++ objects/darwin/release/build/libbe/storage/DatabaseDirectory.o
|
---|
2156 | In file included from ../src/kits/storage/mime/DatabaseDirectory.cpp:14:
|
---|
2157 | In file included from ../headers/build/os/support/StringList.h:1:
|
---|
2158 | In file included from ../headers/build/../os/support/StringList.h:12:
|
---|
2159 | In file included from ../headers/build/os/support/String.h:1:
|
---|
2160 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2161 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
2162 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2163 | 1 warning generated.
|
---|
2164 | C++ objects/darwin/release/build/libbe/storage/DatabaseLocation.o
|
---|
2165 | In file included from ../src/kits/storage/mime/DatabaseLocation.cpp:12:
|
---|
2166 | In file included from ../headers/build/private/storage/mime/DatabaseLocation.h:1:
|
---|
2167 | In file included from ../headers/build/private/app/../../../private/storage/mime/DatabaseLocation.h:13:
|
---|
2168 | In file included from ../headers/build/os/support/StringList.h:1:
|
---|
2169 | In file included from ../headers/build/../os/support/StringList.h:12:
|
---|
2170 | In file included from ../headers/build/os/support/String.h:1:
|
---|
2171 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2172 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
2173 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2174 | In file included from ../src/kits/storage/mime/DatabaseLocation.cpp:19:
|
---|
2175 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
2176 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
2177 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:9:
|
---|
2178 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
2179 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
2180 | uint64* pa = (uint64*)a.data;
|
---|
2181 | ^~~~~~~~~~~~~~~
|
---|
2182 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
2183 | uint64* pb = (uint64*)b.data;
|
---|
2184 | ^~~~~~~~~~~~~~~
|
---|
2185 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2186 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
2187 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2188 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2189 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
2190 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
2191 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2192 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
2193 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2194 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2195 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
2196 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
2197 | 7 warnings generated.
|
---|
2198 | C++ objects/darwin/release/build/libbe/storage/database_support.o
|
---|
2199 | In file included from ../src/kits/storage/mime/database_support.cpp:19:
|
---|
2200 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
2201 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
2202 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:9:
|
---|
2203 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
2204 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
2205 | uint64* pa = (uint64*)a.data;
|
---|
2206 | ^~~~~~~~~~~~~~~
|
---|
2207 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
2208 | uint64* pb = (uint64*)b.data;
|
---|
2209 | ^~~~~~~~~~~~~~~
|
---|
2210 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2211 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
2212 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2213 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2214 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
2215 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
2216 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2217 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
2218 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2219 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2220 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
2221 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
2222 | In file included from ../src/kits/storage/mime/database_support.cpp:19:
|
---|
2223 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
2224 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
2225 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:11:
|
---|
2226 | In file included from ../headers/build/os/support/String.h:1:
|
---|
2227 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2228 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
2229 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2230 | 7 warnings generated.
|
---|
2231 | C++ objects/darwin/release/build/libbe/storage/InstalledTypes.o
|
---|
2232 | In file included from ../src/kits/storage/mime/InstalledTypes.cpp:22:
|
---|
2233 | In file included from ../headers/build/os/support/String.h:1:
|
---|
2234 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2235 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
2236 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2237 | In file included from ../src/kits/storage/mime/InstalledTypes.cpp:26:
|
---|
2238 | In file included from ../headers/build/private/storage/storage_support.h:1:
|
---|
2239 | ../headers/build/../private/storage/storage_support.h:30:35: warning: cast from 'char *' to 'struct dirent *' increases required alignment from 1 to 8 [-Wcast-align]
|
---|
2240 | struct dirent* dirent() { return (struct dirent*)_; }
|
---|
2241 | ^~~~~~~~~~~~~~~~~
|
---|
2242 | 2 warnings generated.
|
---|
2243 | C++ objects/darwin/release/build/libbe/storage/MimeEntryProcessor.o
|
---|
2244 | C++ objects/darwin/release/build/libbe/storage/MimeInfoUpdater.o
|
---|
2245 | In file included from ../src/kits/storage/mime/MimeInfoUpdater.cpp:19:
|
---|
2246 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
2247 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
2248 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:9:
|
---|
2249 | In file included from ../headers/build/os/interface/GraphicsDefs.h:1:
|
---|
2250 | ../headers/build/../os/interface/GraphicsDefs.h:22:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
2251 | uint64* pa = (uint64*)a.data;
|
---|
2252 | ^~~~~~~~~~~~~~~
|
---|
2253 | ../headers/build/../os/interface/GraphicsDefs.h:23:15: warning: cast from 'const uint8 *' (aka 'const unsigned char *') to 'uint64 *' (aka 'unsigned long long *') increases required alignment from 1 to 8 [-Wcast-align]
|
---|
2254 | uint64* pb = (uint64*)b.data;
|
---|
2255 | ^~~~~~~~~~~~~~~
|
---|
2256 | ../headers/build/../os/interface/GraphicsDefs.h:65:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2257 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
2258 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2259 | ../headers/build/../os/interface/GraphicsDefs.h:65:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2260 | return *(const uint32 *)this == *(const uint32 *)&other;
|
---|
2261 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
2262 | ../headers/build/../os/interface/GraphicsDefs.h:71:11: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2263 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
2264 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2265 | ../headers/build/../os/interface/GraphicsDefs.h:71:36: warning: cast from 'const rgb_color *' to 'const uint32 *' (aka 'const unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2266 | return *(const uint32 *)this != *(const uint32 *)&other;
|
---|
2267 | ^~~~~~~~~~~~~~~~~~~~~~
|
---|
2268 | In file included from ../src/kits/storage/mime/MimeInfoUpdater.cpp:19:
|
---|
2269 | In file included from ../headers/build/os/interface/Bitmap.h:16:
|
---|
2270 | In file included from ../headers/build/os/interface/InterfaceDefs.h:1:
|
---|
2271 | In file included from ../headers/build/../os/interface/InterfaceDefs.h:11:
|
---|
2272 | In file included from ../headers/build/os/support/String.h:1:
|
---|
2273 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2274 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
2275 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2276 | 7 warnings generated.
|
---|
2277 | C++ objects/darwin/release/build/libbe/storage/MimeSniffer.o
|
---|
2278 | C++ objects/darwin/release/build/libbe/storage/MimeSnifferAddon.o
|
---|
2279 | C++ objects/darwin/release/build/libbe/storage/MimeSnifferAddonManager.o
|
---|
2280 | C++ objects/darwin/release/build/libbe/storage/SnifferRules.o
|
---|
2281 | In file included from ../src/kits/storage/mime/SnifferRules.cpp:26:
|
---|
2282 | In file included from ../headers/build/private/storage/mime/DatabaseLocation.h:1:
|
---|
2283 | In file included from ../headers/build/private/app/../../../private/storage/mime/DatabaseLocation.h:13:
|
---|
2284 | In file included from ../headers/build/os/support/StringList.h:1:
|
---|
2285 | In file included from ../headers/build/../os/support/StringList.h:12:
|
---|
2286 | In file included from ../headers/build/os/support/String.h:1:
|
---|
2287 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2288 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
2289 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2290 | In file included from ../src/kits/storage/mime/SnifferRules.cpp:31:
|
---|
2291 | In file included from ../headers/build/private/storage/storage_support.h:1:
|
---|
2292 | ../headers/build/../private/storage/storage_support.h:30:35: warning: cast from 'char *' to 'struct dirent *' increases required alignment from 1 to 8 [-Wcast-align]
|
---|
2293 | struct dirent* dirent() { return (struct dirent*)_; }
|
---|
2294 | ^~~~~~~~~~~~~~~~~
|
---|
2295 | 2 warnings generated.
|
---|
2296 | C++ objects/darwin/release/build/libbe/storage/Supertype.o
|
---|
2297 | C++ objects/darwin/release/build/libbe/storage/SupportingApps.o
|
---|
2298 | In file included from ../src/kits/storage/mime/SupportingApps.cpp:22:
|
---|
2299 | In file included from ../headers/build/os/support/String.h:1:
|
---|
2300 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2301 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
2302 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2303 | In file included from ../src/kits/storage/mime/SupportingApps.cpp:27:
|
---|
2304 | In file included from ../headers/build/private/storage/storage_support.h:1:
|
---|
2305 | ../headers/build/../private/storage/storage_support.h:30:35: warning: cast from 'char *' to 'struct dirent *' increases required alignment from 1 to 8 [-Wcast-align]
|
---|
2306 | struct dirent* dirent() { return (struct dirent*)_; }
|
---|
2307 | ^~~~~~~~~~~~~~~~~
|
---|
2308 | 2 warnings generated.
|
---|
2309 | C++ objects/darwin/release/build/libbe/storage/TextSnifferAddon.o
|
---|
2310 | In file included from ../src/kits/storage/mime/TextSnifferAddon.cpp:11:
|
---|
2311 | In file included from ../headers/build/private/storage/mime/DatabaseLocation.h:1:
|
---|
2312 | In file included from ../headers/build/private/app/../../../private/storage/mime/DatabaseLocation.h:13:
|
---|
2313 | In file included from ../headers/build/os/support/StringList.h:1:
|
---|
2314 | In file included from ../headers/build/../os/support/StringList.h:12:
|
---|
2315 | In file included from ../headers/build/os/support/String.h:1:
|
---|
2316 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2317 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
2318 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2319 | 1 warning generated.
|
---|
2320 | C++ objects/darwin/release/build/libbe/storage/CharStream.o
|
---|
2321 | C++ objects/darwin/release/build/libbe/storage/Err.o
|
---|
2322 | C++ objects/darwin/release/build/libbe/storage/DisjList.o
|
---|
2323 | C++ objects/darwin/release/build/libbe/storage/Pattern.o
|
---|
2324 | C++ objects/darwin/release/build/libbe/storage/PatternList.o
|
---|
2325 | C++ objects/darwin/release/build/libbe/storage/Parser.o
|
---|
2326 | In file included from ../src/kits/storage/sniffer/Parser.cpp:22:
|
---|
2327 | In file included from ../headers/build/os/support/String.h:1:
|
---|
2328 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2329 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
2330 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2331 | 1 warning generated.
|
---|
2332 | C++ objects/darwin/release/build/libbe/storage/Range.o
|
---|
2333 | C++ objects/darwin/release/build/libbe/storage/RPattern.o
|
---|
2334 | C++ objects/darwin/release/build/libbe/storage/RPatternList.o
|
---|
2335 | C++ objects/darwin/release/build/libbe/storage/Rule.o
|
---|
2336 | MergeObjectFromObjects1 objects/darwin/release/build/libbe/storage/storage_kit.o
|
---|
2337 | C++ objects/darwin/release/build/libbe/support/Archivable.o
|
---|
2338 | In file included from ../src/build/libbe/support/Archivable.cpp:45:
|
---|
2339 | In file included from ../headers/build/os/support/String.h:1:
|
---|
2340 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2341 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
2342 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2343 | ../src/build/libbe/support/Archivable.cpp:63:13: warning: unused variable 'FUNC_NAME_LEN' [-Wunused-const-variable]
|
---|
2344 | const int32 FUNC_NAME_LEN = 1024;
|
---|
2345 | ^
|
---|
2346 | In file included from ../src/build/libbe/support/Archivable.cpp:39:
|
---|
2347 | ../headers/build/os/support/Archivable.h:67:12: warning: private field '_reserved' is not used [-Wunused-private-field]
|
---|
2348 | uint32 _reserved[2];
|
---|
2349 | ^
|
---|
2350 | 3 warnings generated.
|
---|
2351 | C++ objects/darwin/release/build/libbe/support/BlockCache.o
|
---|
2352 | C++ objects/darwin/release/build/libbe/support/BufferIO.o
|
---|
2353 | ../src/kits/support/BufferIO.cpp:248:35: warning: format specifies type 'long' but the argument has type 'off_t' (aka 'long long') [-Wformat]
|
---|
2354 | printf("start %" B_PRId64 "\n", fBufferStart);
|
---|
2355 | ~~~~~~~~~~~ ^~~~~~~~~~~~
|
---|
2356 | In file included from ../src/kits/support/BufferIO.cpp:10:
|
---|
2357 | In file included from ../headers/build/os/support/BufferIO.h:1:
|
---|
2358 | ../headers/build/../os/support/BufferIO.h:51:14: warning: private field '_reserved_ints' is not used [-Wunused-private-field]
|
---|
2359 | uint32 _reserved_ints[4];
|
---|
2360 | ^
|
---|
2361 | ../headers/build/../os/support/BufferIO.h:56:12: warning: private field '_reserved_bools' is not used [-Wunused-private-field]
|
---|
2362 | bool _reserved_bools[6];
|
---|
2363 | ^
|
---|
2364 | 3 warnings generated.
|
---|
2365 | C++ objects/darwin/release/build/libbe/support/ByteOrder.o
|
---|
2366 | C++ objects/darwin/release/build/libbe/support/CompressionAlgorithm.o
|
---|
2367 | C++ objects/darwin/release/build/libbe/support/DataIO.o
|
---|
2368 | In file included from ../src/kits/support/DataIO.cpp:10:
|
---|
2369 | In file included from ../headers/build/os/support/DataIO.h:1:
|
---|
2370 | ../headers/build/../os/support/DataIO.h:44:14: warning: private field '_reserved' is not used [-Wunused-private-field]
|
---|
2371 | uint32 _reserved[2];
|
---|
2372 | ^
|
---|
2373 | ../headers/build/../os/support/DataIO.h:89:14: warning: private field '_reserved' is not used [-Wunused-private-field]
|
---|
2374 | uint32 _reserved[2];
|
---|
2375 | ^
|
---|
2376 | ../headers/build/../os/support/DataIO.h:123:14: warning: private field '_reserved' is not used [-Wunused-private-field]
|
---|
2377 | uint32 _reserved[1];
|
---|
2378 | ^
|
---|
2379 | ../headers/build/../os/support/DataIO.h:162:14: warning: private field '_reserved' is not used [-Wunused-private-field]
|
---|
2380 | uint32 _reserved[1];
|
---|
2381 | ^
|
---|
2382 | 4 warnings generated.
|
---|
2383 | C++ objects/darwin/release/build/libbe/support/DataPositionIOWrapper.o
|
---|
2384 | C++ objects/darwin/release/build/libbe/support/Flattenable.o
|
---|
2385 | C++ objects/darwin/release/build/libbe/support/Job.o
|
---|
2386 | In file included from ../src/kits/support/Job.cpp:11:
|
---|
2387 | In file included from ../headers/build/os/support/Job.h:1:
|
---|
2388 | In file included from ../headers/build/../os/support/Job.h:10:
|
---|
2389 | In file included from ../headers/build/os/support/String.h:1:
|
---|
2390 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2391 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
2392 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2393 | 1 warning generated.
|
---|
2394 | C++ objects/darwin/release/build/libbe/support/JobQueue.o
|
---|
2395 | In file included from ../src/kits/support/JobQueue.cpp:11:
|
---|
2396 | In file included from ../headers/build/private/support/JobQueue.h:1:
|
---|
2397 | In file included from ../headers/build/../private/support/JobQueue.h:12:
|
---|
2398 | In file included from ../headers/build/os/support/Job.h:1:
|
---|
2399 | In file included from ../headers/build/../os/support/Job.h:10:
|
---|
2400 | In file included from ../headers/build/os/support/String.h:1:
|
---|
2401 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2402 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
2403 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2404 | 1 warning generated.
|
---|
2405 | C++ objects/darwin/release/build/libbe/support/List.o
|
---|
2406 | In file included from ../src/kits/support/List.cpp:16:
|
---|
2407 | In file included from ../headers/build/os/support/List.h:1:
|
---|
2408 | ../headers/build/../os/support/List.h:76:14: warning: private field '_reserved' is not used [-Wunused-private-field]
|
---|
2409 | uint32 _reserved[1];
|
---|
2410 | ^
|
---|
2411 | 1 warning generated.
|
---|
2412 | C++ objects/darwin/release/build/libbe/support/Locker.o
|
---|
2413 | C++ objects/darwin/release/build/libbe/support/PointerList.o
|
---|
2414 | C++ objects/darwin/release/build/libbe/support/Referenceable.o
|
---|
2415 | C++ objects/darwin/release/build/libbe/support/String.o
|
---|
2416 | In file included from ../src/kits/support/String.cpp:17:
|
---|
2417 | In file included from ../headers/build/os/support/String.h:1:
|
---|
2418 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2419 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
2420 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2421 | In file included from ../src/kits/support/String.cpp:28:
|
---|
2422 | In file included from ../headers/build/private/support/StringPrivate.h:1:
|
---|
2423 | ../headers/build/../private/support/StringPrivate.h:37:13: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2424 | return *(((int32 *)data) - 2);
|
---|
2425 | ^~~~~~~~~~~~~
|
---|
2426 | ../headers/build/../private/support/StringPrivate.h:47:13: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2427 | return *(((int32*)data) - 1);
|
---|
2428 | ^~~~~~~~~~~~
|
---|
2429 | ../src/kits/support/String.cpp:2725:1: warning: '__ls__7BStringR7BString' has C-linkage specified, but returns user-defined type 'BString &' which is incompatible with C [-Wreturn-type-c-linkage]
|
---|
2430 | __ls__7BStringR7BString(BString* self, BString& string)
|
---|
2431 | ^
|
---|
2432 | ../src/kits/support/String.cpp:2805:1: warning: '_ZN7BStringixEi' has C-linkage specified, but returns user-defined type 'BStringRef' which is incompatible with C [-Wreturn-type-c-linkage]
|
---|
2433 | _ZN7BStringixEi(BString* self, int32 index)
|
---|
2434 | ^
|
---|
2435 | 5 warnings generated.
|
---|
2436 | C++ objects/darwin/release/build/libbe/support/StringList.o
|
---|
2437 | In file included from ../src/kits/support/StringList.cpp:9:
|
---|
2438 | In file included from ../headers/build/os/support/StringList.h:1:
|
---|
2439 | In file included from ../headers/build/../os/support/StringList.h:12:
|
---|
2440 | In file included from ../headers/build/os/support/String.h:1:
|
---|
2441 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2442 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
2443 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2444 | In file included from ../src/kits/support/StringList.cpp:13:
|
---|
2445 | In file included from ../headers/build/private/support/StringPrivate.h:1:
|
---|
2446 | ../headers/build/../private/support/StringPrivate.h:37:13: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2447 | return *(((int32 *)data) - 2);
|
---|
2448 | ^~~~~~~~~~~~~
|
---|
2449 | ../headers/build/../private/support/StringPrivate.h:47:13: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2450 | return *(((int32*)data) - 1);
|
---|
2451 | ^~~~~~~~~~~~
|
---|
2452 | 3 warnings generated.
|
---|
2453 | C++ objects/darwin/release/build/libbe/support/Url.o
|
---|
2454 | In file included from ../src/kits/support/Url.cpp:11:
|
---|
2455 | In file included from ../headers/build/os/support/Url.h:1:
|
---|
2456 | In file included from ../headers/build/../os/support/Url.h:12:
|
---|
2457 | In file included from ../headers/build/os/support/String.h:1:
|
---|
2458 | ../headers/build/../os/support/String.h:453:28: warning: cast from 'char *' to 'int32 *' (aka 'int *') increases required alignment from 1 to 4 [-Wcast-align]
|
---|
2459 | return fPrivateData ? (*(((int32*)fPrivateData) - 1) & 0x7fffffff) : 0;
|
---|
2460 | ^~~~~~~~~~~~~~~~~~~~
|
---|
2461 | 1 warning generated.
|
---|
2462 | C++ objects/darwin/release/build/libbe/support/ZlibCompressionAlgorithm.o
|
---|
2463 | C++ objects/darwin/release/build/libbe/support/ZstdCompressionAlgorithm.o
|
---|
2464 | MergeObjectFromObjects1 objects/darwin/release/build/libbe/support/support_kit.o
|
---|
2465 | Link /Users/wmorgan/dev/haiku/haiku/generated.x86_64/objects/darwin/lib/libbe_build.so
|
---|
2466 | Chmod1 /Users/wmorgan/dev/haiku/haiku/generated.x86_64/objects/darwin/lib/libbe_build.so
|
---|
2467 | Link /Users/wmorgan/dev/haiku/haiku/generated.x86_64/objects/darwin/lib/libpackage_build.so
|
---|
2468 | Chmod1 /Users/wmorgan/dev/haiku/haiku/generated.x86_64/objects/darwin/lib/libpackage_build.so
|
---|
2469 | Link objects/darwin/release/tools/package/package
|
---|
2470 | Chmod1 objects/darwin/release/tools/package/package
|
---|
2471 | As objects/haiku/x86_64/release/system/boot/platform/bios_ia32/bios_ia32/shell.o
|
---|
2472 | C++ objects/haiku/x86_64/release/system/boot/platform/bios_ia32/bios_ia32/start.o
|
---|
2473 | In file included from ../headers/posix/sys/types.h:126,
|
---|
2474 | from ../headers/posix/string.h:9,
|
---|
2475 | from ../src/system/boot/platform/bios_ia32/start.cpp:7:
|
---|
2476 | ../headers/posix/size_t.h:9:10: fatal error: stddef.h: No such file or directory
|
---|
2477 | #include <stddef.h>
|
---|
2478 | ^~~~~~~~~~
|
---|
2479 | compilation terminated.
|
---|
2480 |
|
---|
2481 | /Users/wmorgan/dev/haiku/haiku/generated.x86_64/cross-tools-x86_64/bin/x86_64-unknown-haiku-gcc -c "../src/system/boot/platform/bios_ia32/start.cpp" -O2 -Wall -Wno-multichar -Wpointer-arith -Wsign-compare -Wno-ctor-dtor-privacy -Woverloaded-virtual -Werror -Wno-error=unused-but-set-variable -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp -Wno-error=trigraphs -Wno-error=register -Wno-error=cast-align -Wno-error=format-truncation -D_BOOT_MODE -D_BOOT_PLATFORM_BIOS -fno-rtti -fno-strict-aliasing -fno-delete-null-pointer-checks -fno-builtin-fork -fno-builtin-vfork -nostdinc -finline -fno-builtin -Wno-main -fno-semantic-interposition -ffreestanding -fno-exceptions -fno-use-cxa-atexit -DBOOT_ARCHIVE_IMAGE_OFFSET=384 -fno-pic -march=pentium -Wno-error=main -m32 -D_KERNEL_MODE -DARCH_x86_64 -D__HAIKU_PRIMARY_PACKAGING_ARCH=\"x86_64\" -DHAIKU_DISTRO_COMPATIBILITY_DEFAULT -DHAIKU_TARGET_PLATFORM_HAIKU -DHAIKU_REGULAR_BUILD -iquote ../build/user_config_headers -iquote ../build/config_headers -iquote ../src/system/boot/platform/bios_ia32 -iquote objects/common/system/boot/platform/bios_ia32/bios_ia32 -iquote objects/darwin/common/system/boot/platform/bios_ia32/bios_ia32 -iquote objects/haiku/x86_64/common/system/boot/platform/bios_ia32/bios_ia32 -iquote ../src/add-ons/accelerants/common -iquote ../headers/private/kernel/boot/platform/bios_ia32 -I ../headers/private/kernel/disk_device_manager -I ../headers/private/graphics/common -I ../headers/private/graphics/vesa -I ../headers/private/storage -I ../headers/private/. -I ../headers/private/kernel -I ../headers/private/libroot -I ../headers/private/shared -I ../headers/private/kernel/boot/platform/bios_ia32 -I ../headers/private/kernel/arch/x86 -I objects/haiku/x86_64/common/system/kernel -I ../headers/private/. -I ../headers/private/system -I ../headers/private/system/arch/x86_64 -I /Users/wmorgan/dev/haiku/haiku/generated.x86_64/cross-tools-x86_64/lib/gcc/x86_64-unknown-haiku/8.3.0/../../../../x86_64-unknown-haiku/include/c++/8.3.0/x86_64-unknown-haiku/32 -I build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-13-x86_64/develop/headers/c++ -I build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-13-x86_64/develop/headers/c++/x86_64-unknown-haiku -I build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-13-x86_64/develop/headers/c++/backward -I build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-13-x86_64/develop/headers/c++/ext -I ../headers/glibc -I ../headers/posix -I build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-13-x86_64/develop/headers/gcc/include -I build_packages/gcc_syslibs_devel-8.3.0_2019_05_24-13-x86_64/develop/headers/gcc/include-fixed -I ../headers -I ../headers/os -I ../headers/os/add-ons -I ../headers/os/add-ons/file_system -I ../headers/os/add-ons/graphics -I ../headers/os/add-ons/input_server -I ../headers/os/add-ons/registrar -I ../headers/os/add-ons/screen_saver -I ../headers/os/add-ons/tracker -I ../headers/os/app -I ../headers/os/device -I ../headers/os/drivers -I ../headers/os/game -I ../headers/os/interface -I ../headers/os/kernel -I ../headers/os/locale -I ../headers/os/media -I ../headers/os/mail -I ../headers/os/midi -I ../headers/os/midi2 -I ../headers/os/net -I ../headers/os/storage -I ../headers/os/support -I ../headers/os/translation -I ../headers/private/. -o "objects/haiku/x86_64/release/system/boot/platform/bios_ia32/bios_ia32/start.o"
|
---|
2482 |
|
---|
2483 | ...failed C++ objects/haiku/x86_64/release/system/boot/platform/bios_ia32/bios_ia32/start.o ...
|
---|
2484 |
|
---|
2485 | BUILD FAILURE:
|
---|
2486 | ...failed updating 1 target(s)...
|
---|
2487 | ...skipped 6 target(s)...
|
---|
2488 | ...updated 269 target(s)...
|
---|