Skip to content

[gcc-8][clang++-6] disable more -Werror warnings#779

Merged
ras0219-msft merged 1 commit intomicrosoft:masterfrom
moriarty:gcc-8-clang-6-warnings
Aug 1, 2018
Merged

[gcc-8][clang++-6] disable more -Werror warnings#779
ras0219-msft merged 1 commit intomicrosoft:masterfrom
moriarty:gcc-8-clang-6-warnings

Conversation

@moriarty
Copy link
Copy Markdown
Contributor

@moriarty moriarty commented Jun 6, 2018

gcc-8: -Wno-format-truncation

clang-6: -Wdelete-non-virtual-dtor
clang-6: -Wunused-lambda-capture

removed duplicated: -Wno-reorder

This fixes #778

gcc-8: -Wno-format-truncation

clang-6: -Wdelete-non-virtual-dtor
clang-6: -Wunused-lambda-capture

removed duplicated: -Wno-reorder

This fixes microsoft#778
@causevic
Copy link
Copy Markdown

I have a similar issue with latest XCode update.

@ras0219-msft
Copy link
Copy Markdown
Contributor

Thanks!

@mobileben mobileben mentioned this pull request Oct 7, 2018
moriarty added a commit to moriarty/cpprestsdk that referenced this pull request Oct 17, 2018
These were disabled as a quick fix for microsoft#778 in microsoft#779.

* no-format-truncation was properly fixed in microsoft#787
* no-unused-lamda-capture was worked around in microsoft#732
* gaurds for gcc 5.4 were added in microsoft#849 but with microsoft#787 aren't needed
moriarty added a commit to moriarty/cpprestsdk that referenced this pull request Oct 17, 2018
BillyONeal pushed a commit that referenced this pull request Oct 17, 2018
* Re-enable no-unused-lamda-capture and no-format-trucation

These were disabled as a quick fix for #778 in #779.

* no-format-truncation was properly fixed in #787
* no-unused-lamda-capture was worked around in #732
* gaurds for gcc 5.4 were added in #849 but with #787 aren't needed

* re-enable warning: -Wdelete-non-virtual-dtor

- Was disabled in #779 and fixed in #844
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[gcc-8][clang-6][-Werror] build fails due to warnings.

3 participants