This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

New ARI warning Sat Apr 8 01:58:51 UTC 2017


668a669,673
> gdb/unittests/ptid-selftests.c:32: code: function call in first column: Function name in first column should be restricted to function implementation
gdb/unittests/ptid-selftests.c:32:static_assert (std::is_pod<ptid_t>::value, ');
> gdb/unittests/ptid-selftests.c:107: code: function call in first column: Function name in first column should be restricted to function implementation
gdb/unittests/ptid-selftests.c:107:static_assert (pid != lwp, ');
> gdb/unittests/ptid-selftests.c:108: code: function call in first column: Function name in first column should be restricted to function implementation
gdb/unittests/ptid-selftests.c:108:static_assert (lwp != tid, ');
> gdb/unittests/ptid-selftests.c:109: code: function call in first column: Function name in first column should be restricted to function implementation
gdb/unittests/ptid-selftests.c:109:static_assert (both != lwp, ');
> gdb/unittests/ptid-selftests.c:110: code: function call in first column: Function name in first column should be restricted to function implementation
gdb/unittests/ptid-selftests.c:110:static_assert (both != tid, ');


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]