The Samba-Bugzilla – Attachment 13462 Details for
Bug 12961
Solaris Studio C build issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
studio do not allow return value from the void func()
ldb_mod_op_test.c.patch (text/plain), 974 bytes, created by
Jura Sasek
on 2017-08-12 23:08:04 UTC
(
hide
)
Description:
studio do not allow return value from the void func()
Filename:
MIME Type:
Creator:
Jura Sasek
Created:
2017-08-12 23:08:04 UTC
Size:
974 bytes
patch
obsolete
>studio do not allow return value in void func() >--- a/lib/ldb/tests/ldb_mod_op_test.c 2017-07-25 02:05:53.000000000 +0000 >+++ b/lib/ldb/tests/ldb_mod_op_test.c 2017-08-10 10:03:09.680738684 +0000 >@@ -1829,22 +1829,22 @@ > > static void test_ldb_modify_during_indexed_search(void **state) > { >- return test_ldb_modify_during_search(state, true, false); >+ test_ldb_modify_during_search(state, true, false); > } > > static void test_ldb_modify_during_unindexed_search(void **state) > { >- return test_ldb_modify_during_search(state, false, false); >+ test_ldb_modify_during_search(state, false, false); > } > > static void test_ldb_rename_during_indexed_search(void **state) > { >- return test_ldb_modify_during_search(state, true, true); >+ test_ldb_modify_during_search(state, true, true); > } > > static void test_ldb_rename_during_unindexed_search(void **state) > { >- return test_ldb_modify_during_search(state, false, true); >+ test_ldb_modify_during_search(state, false, true); > } > > /*
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 12961
:
13461
|
13462
|
13463
|
13464
|
13474