FreeBSD Bugzilla – Attachment 195661 Details for
Bug 230203
net/opal fail to build with message: cannot initialize a parameter of type 'unsigned int' with an rvalue of type 'nullptr_t'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Replace "NULL" on "0" in initialization of "unsigned int options" in include/h323/h323ep.h
patch-include_h323_h323ep.h (text/plain), 605 bytes, created by
Vladimir Druzenko
on 2018-07-30 22:27:38 UTC
(
hide
)
Description:
Replace "NULL" on "0" in initialization of "unsigned int options" in include/h323/h323ep.h
Filename:
MIME Type:
Creator:
Vladimir Druzenko
Created:
2018-07-30 22:27:38 UTC
Size:
605 bytes
patch
obsolete
>--- include/h323/h323ep.h.orig 2013-02-20 06:18:14.000000000 +0400 >+++ include/h323/h323ep.h 2018-07-31 01:18:14.180154000 +0300 >@@ -145,7 +145,7 @@ > OpalCall & call, ///< Owner of connection > const PString & party, ///< Remote party to call > void * userData = NULL, ///< Arbitrary data to pass to connection >- unsigned int options = NULL, ///< options to pass to conneciton >+ unsigned int options = 0, ///< options to pass to conneciton > OpalConnection::StringOptions * stringOptions = NULL > ); > //@}
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 230203
: 195661