| OLD | NEW |
| 1 ipc.cpp:83:26: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'size_t'. | 1 ipc.cpp:83:26: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'size_t'. |
| 2 WriteParam(pickle, p.size); // ERROR | 2 WriteParam(pickle, p.size); // ERROR |
| 3 ^ | 3 ^ |
| 4 ipc.cpp:107:24: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'long'. | 4 ipc.cpp:107:24: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'long'. |
| 5 WriteParam(pickle, static_cast<long>(container.value)); // ERROR | 5 WriteParam(pickle, static_cast<long>(container.value)); // ERROR |
| 6 ^ | 6 ^ |
| 7 ipc.cpp:135:29: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'size_t'. | 7 ipc.cpp:135:29: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'size_t'. |
| 8 IPC::WriteParam(pickle, size_t(0)); // ERROR | 8 IPC::WriteParam(pickle, size_t(0)); // ERROR |
| 9 ^ | 9 ^ |
| 10 ipc.cpp:145:29: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'time_t'. | 10 ipc.cpp:145:29: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'time_t'. |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 ^ | 187 ^ |
| 188 ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM' | 188 ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM' |
| 189 IPC::WriteParam(nullptr, p); \ | 189 IPC::WriteParam(nullptr, p); \ |
| 190 ^ | 190 ^ |
| 191 ipc.cpp:254:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'size_t' via 'std::vector<size_t>'. | 191 ipc.cpp:254:3: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'size_t' via 'std::vector<size_t>'. |
| 192 CALL_WRITEPARAM(std::vector<size_t>) // ERROR | 192 CALL_WRITEPARAM(std::vector<size_t>) // ERROR |
| 193 ^ | 193 ^ |
| 194 ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM' | 194 ipc.cpp:212:32: note: expanded from macro 'CALL_WRITEPARAM' |
| 195 IPC::WriteParam(nullptr, p); \ | 195 IPC::WriteParam(nullptr, p); \ |
| 196 ^ | 196 ^ |
| 197 ipc.cpp:324:28: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'long'. | 197 ipc.cpp:324:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'long'. |
| 198 IPC::WriteParam(nullptr, p.get<long>()); // ERROR | 198 IPC::WriteParam(nullptr, p.get<long>()); // ERROR |
| 199 ^ | 199 ^ |
| 200 ipc.cpp:325:28: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'long'. | 200 ipc.cpp:325:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'long'. |
| 201 IPC::WriteParam(nullptr, p.get_long()); // ERROR | 201 IPC::WriteParam(nullptr, p.get_long()); // ERROR |
| 202 ^ | 202 ^ |
| 203 ipc.cpp:326:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'long'. | 203 ipc.cpp:326:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'long'. |
| 204 IPC::WriteParam(nullptr, p.long_data); // ERROR | 204 IPC::WriteParam(nullptr, p.long_data); // ERROR |
| 205 ^ | 205 ^ |
| 206 ipc.cpp:331:28: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'size_t'. | 206 ipc.cpp:331:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'size_t'. |
| 207 IPC::WriteParam(nullptr, p.get_size()); // ERROR | 207 IPC::WriteParam(nullptr, p.get_size()); // ERROR |
| 208 ^ | 208 ^ |
| 209 ipc.cpp:332:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'size_t'. | 209 ipc.cpp:332:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'size_t'. |
| 210 IPC::WriteParam(nullptr, p.size_data); // ERROR | 210 IPC::WriteParam(nullptr, p.size_data); // ERROR |
| 211 ^ | 211 ^ |
| 212 ipc.cpp:336:28: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'unsigned long'. | 212 ipc.cpp:336:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'unsigned long'. |
| 213 IPC::WriteParam(nullptr, p.get<uint64_t>()); // ERROR | 213 IPC::WriteParam(nullptr, p.get<uint64_t>()); // ERROR |
| 214 ^ | 214 ^ |
| 215 ipc.cpp:341:28: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'unsigned long' via 'struct std::vector<unsigned long, struct std::allocat
or<unsigned long> >'. | 215 ipc.cpp:341:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'unsigned long' via 'struct std::vector<unsigned long, struct std::allocat
or<unsigned long> >'. |
| 216 IPC::WriteParam(nullptr, p.get<std::vector<uint64_t>>()); // ERROR | 216 IPC::WriteParam(nullptr, p.get<std::vector<uint64_t>>()); // ERROR |
| 217 ^ | 217 ^ |
| 218 ipc.cpp:348:28: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'size_t' via 'std::vector<size_t>'. | 218 ipc.cpp:348:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'size_t' via 'std::vector<size_t>'. |
| 219 IPC::WriteParam(nullptr, p.get_sizes()); // ERROR | 219 IPC::WriteParam(nullptr, p.get_sizes()); // ERROR |
| 220 ^ | 220 ^ |
| 221 ipc.cpp:349:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'size_t' via 'std::vector<size_t>'. | 221 ipc.cpp:349:30: error: [chromium-ipc] IPC::WriteParam() is called on blacklisted
type 'size_t' via 'std::vector<size_t>'. |
| 222 IPC::WriteParam(nullptr, p.sizes_data); // ERROR | 222 IPC::WriteParam(nullptr, p.sizes_data); // ERROR |
| 223 ^ | 223 ^ |
| 224 41 errors generated. | 224 41 errors generated. |
| OLD | NEW |