Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157937429
D56370.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
512 B
Referenced Files
None
Subscribers
None
D56370.diff
View Options
diff --git a/tests/sys/fs/fusefs/rename.cc b/tests/sys/fs/fusefs/rename.cc
--- a/tests/sys/fs/fusefs/rename.cc
+++ b/tests/sys/fs/fusefs/rename.cc
@@ -239,8 +239,8 @@
_)
).WillRepeatedly(Invoke(ReturnErrno(EIO)));
- ASSERT_EQ(0, pthread_create(&th0, NULL, setattr_th, (void*)FULLSRC))
- << strerror(errno);
+ ASSERT_EQ(0, pthread_create(&th0, NULL, setattr_th,
+ const_cast<char *>(FULLSRC))) << strerror(errno);
ASSERT_EQ(0, clock_gettime(CLOCK_MONOTONIC, &timeout));
timeout.tv_nsec += NAP_NS;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, May 27, 4:11 PM (18 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31441863
Default Alt Text
D56370.diff (512 B)
Attached To
Mode
D56370: tests/fusefs: appease gcc -Wcast-qual
Attached
Detach File
Event Timeline
Log In to Comment