Fix several -Wpointer-sign warnings in test_hex_roundtrip() and related types. |
patch
|
2015-11-22 15:58:24 UTC |
1.46 KB |
no flags
|
Details |
Fix 'warning: pointer targets in assignment differ in signedness [-Wpointer-sign]'. |
patch
|
2015-11-22 16:02:10 UTC |
1.11 KB |
no flags
|
Details |
error log file |
text/plain
|
2015-11-22 17:45:15 UTC |
48.75 KB |
no flags
|
Details |
Fix 'warning: pointer targets in assignment differ in signedness [-Wpointer-sign]'. |
patch
|
2015-11-22 19:23:15 UTC |
4.67 KB |
no flags
|
Details |
Fix warning: "pointer targets in passing argument 5 of 'byteswap_body_helper' differ in signedness [-Wpointer-sign]". |
patch
|
2015-11-22 19:24:19 UTC |
1014 bytes |
no flags
|
Details |
Fix warning: "pointer targets in passing argument 2 of '_dbus_string_init_const_len' differ in signedness [-Wpointer-sign]". |
patch
|
2015-11-22 19:25:09 UTC |
4.73 KB |
no flags
|
Details |
Fix warning: "pointer targets in passing argument 2 of '_dbus_unpack_uint32' differ in signedness [-Wpointer-sign]". |
patch
|
2015-11-22 19:25:50 UTC |
3.29 KB |
no flags
|
Details |
error log file (remaining warnings) |
text/plain
|
2015-11-22 19:28:44 UTC |
34.54 KB |
no flags
|
Details |
Fix warning: "pointer targets in assignment differ in signedness [-Wpointer-sign]". |
patch
|
2015-11-22 20:02:37 UTC |
6.21 KB |
no flags
|
Details |
Fix warning: "pointer targets in passing argument 3 of 'dbus_connection_get_adt_audit_session_data' differ in signedness [-Wpointer-sign]". |
patch
|
2015-11-22 20:03:30 UTC |
861 bytes |
no flags
|
Details |
Fix warning: "pointer targets in passing argument 3 of 'pack_[248]_octets' differ in signedness [-Wpointer-sign]". |
patch
|
2015-11-22 20:04:20 UTC |
1.31 KB |
no flags
|
Details |
Fix warning: "pointer targets in passing argument 2 of '_dbus_string_append_len' differ in signedness [-Wpointer-sign]". |
patch
|
2015-11-22 20:05:19 UTC |
874 bytes |
no flags
|
Details |
Fix warning: "pointer targets in passing argument 1 of 'check_sha_binary' differ in signedness [-Wpointer-sign]". |
patch
|
2015-11-22 20:06:03 UTC |
844 bytes |
no flags
|
Details |
Fix warning: "pointer targets in passing argument 4 of 'marshal_len_followed_by_bytes' differ in signedness [-Wpointer-sign]". |
patch
|
2015-11-22 20:06:37 UTC |
1.54 KB |
no flags
|
Details |
Fix warning: "pointer targets in passing argument 1 of '_dbus_verbose_bytes' differ in signedness [-Wpointer-sign]". |
patch
|
2015-11-22 20:07:17 UTC |
1.83 KB |
no flags
|
Details |
Fix warning: "pointer targets in assignment differ in
signedness [-Wpointer-sign]". |
patch
|
2015-11-22 20:08:01 UTC |
6.21 KB |
no flags
|
Details |
error log file (remaining warnings; update) |
text/plain
|
2015-11-22 20:10:32 UTC |
5.51 KB |
no flags
|
Details |
Fix 'warning: pointer targets in assignment differ in signedness [-Wpointer-sign]'. |
patch
|
2015-11-23 17:48:37 UTC |
10.13 KB |
no flags
|
Details |
Fix warning: "pointer targets in passing argument 2 of '_dbus_unpack_uint32' differ in signedness [-Wpointer-sign]". |
patch
|
2015-11-23 17:49:11 UTC |
1.30 KB |
no flags
|
Details |
Fix 'warning: pointer targets in assignment differ in signedness [-Wpointer-sign]'. (update) |
patch
|
2015-11-23 19:43:58 UTC |
11.12 KB |
no flags
|
Details |
Fix warning: "pointer targets in passing argument 3 of 'CryptGenRandom' differ in signedness [-Wpointer-sign]". |
patch
|
2015-11-23 23:21:39 UTC |
1.12 KB |
no flags
|
Details |
Fix warning: "unknown conversion type character 'l' in format [-Wformat=]". |
patch
|
2015-11-23 23:22:05 UTC |
996 bytes |
no flags
|
Details |
Fix warning: "pointer targets in passing argument 1 of '_mbsrchr' differ in signedness [-Wpointer-sign]". |
patch
|
2015-11-23 23:22:29 UTC |
3.84 KB |
no flags
|
Details |
Fix 'warning: pointer targets in assignment differ in signedness [-Wpointer-sign]'. (update 2) |
patch
|
2015-11-24 11:15:25 UTC |
10.81 KB |
no flags
|
Details |
linux autotools error log with enabled pointer-sign warnings |
text/plain
|
2015-11-24 13:35:00 UTC |
3.92 KB |
no flags
|
Details |
Refactored cmake part dealing with compiler warnings to use warnings identifier. |
patch
|
2015-11-26 14:07:16 UTC |
6.64 KB |
no flags
|
Details |
Keep cmake gcc builds in sync with autotools warnings. |
patch
|
2015-11-26 14:07:41 UTC |
3.84 KB |
no flags
|
Details |
Enable -Wpointer-sign warnings for autotools and cmake. |
patch
|
2015-11-26 14:08:00 UTC |
876 bytes |
no flags
|
Details |
_dbus_read_socket_with_unix_fds: make n_fds unsigned |
patch
|
2016-02-10 13:19:45 UTC |
3.91 KB |
no flags
|
Details |
Consistently use socklen_t for getsockname, getsockopt etc. |
patch
|
2016-02-10 13:20:07 UTC |
2.24 KB |
no flags
|
Details |
string_squash_nonprintable: correct signedness mismatch |
patch
|
2016-02-10 13:20:24 UTC |
898 bytes |
no flags
|
Details |
AppArmor: do not mix dbus_bool_t with int |
patch
|
2016-02-10 13:20:44 UTC |
2.22 KB |
no flags
|
Details |
Refactored cmake part dealing with compiler warnings to use warnings identifier (update 1) |
patch
|
2016-02-10 19:35:22 UTC |
7.45 KB |
no flags
|
Details |
Refactored cmake part dealing with compiler warnings to use warnings identifier (update 2) |
patch
|
2016-02-11 01:23:02 UTC |
7.54 KB |
no flags
|
Details |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.