Bug 715 - Clang warnings prevent OS X compilation (-Werror
Summary: Clang warnings prevent OS X compilation (-Werror
Status: RESOLVED DUPLICATE of bug 737
Alias: None
Product: PulseView
Classification: Unclassified
Component: Build system (show other bugs)
Version: unreleased development snapshot
Hardware: All Mac OS X
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-21 06:47 CET by Rene Aguirre
Modified: 2016-01-28 19:34 CET (History)
1 user (show)



Attachments
stdout mac os x capture (396.91 KB, text/plain)
2015-12-21 06:47 CET, Rene Aguirre
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rene Aguirre 2015-12-21 06:47:28 CET
Created attachment 203 [details]
stdout mac os x capture

pulseview compilation can't be completed with default make parameters on Mac OS X (tested using clang 7.0.2) due generated warnings turned to errors by -Werror parameter.

Compilation works fine with "cmake -DDISABLE_WERROR=ON" option.

I think for now the wiki instructions might need to be updated (while each specific warning is suppressed or fixed).

I'm attaching stderr output so the warnings can be initially evaluated.
Comment 1 Uwe Hermann 2016-01-28 19:34:14 CET
Yup, thanks for the report. I noticed this recently as well, but on Linux. Seems to be clang-specific, not Mac OS X specific. Merging the two bugs.

*** This bug has been marked as a duplicate of bug 737 ***