Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed DDoc warnings #3349

Merged
merged 1 commit into from Jun 1, 2015
Merged

Fixed DDoc warnings #3349

merged 1 commit into from Jun 1, 2015

Conversation

lionello
Copy link
Contributor

Found by adding -w to Ddoc command line.

@@ -1905,6 +1905,8 @@ version(StdDdoc)
*/
class UnixAddress: Address
{
private this() pure nothrow @nogc {}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes have already been merged, see #3344

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You still have this in there. look here https://github.com/D-Programming-Language/phobos/pull/3349/files#diff-87a79b3c150b9493bd14afe80b5219c9L1892, this has already been added.

@andralex
Copy link
Member

andralex commented Jun 1, 2015

nice, thx!

@andralex
Copy link
Member

andralex commented Jun 1, 2015

Auto-merge toggled on

andralex added a commit that referenced this pull request Jun 1, 2015
@andralex andralex merged commit bc5e5c1 into dlang:master Jun 1, 2015
@schveiguy
Copy link
Member

@andralex I don't think the docs will build still, because there are now 2 default ctors for UnixAddress...

Making a new PR...

@lionello
Copy link
Contributor Author

lionello commented Jun 2, 2015

Thanks @schveiguy ! I didn't get a chance to do it, so thanks for having my back ;)

@lionello lionello deleted the ddoc_warnings branch June 2, 2015 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants