Summary: | Fix emulators/open-vm-tools build with clang 3.6.0 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dimitry Andric <dim> | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | Flags: | swills:
maintainer-feedback+
|
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 197395 | ||||||
Attachments: |
|
Description
Dimitry Andric
2015-03-02 20:07:19 UTC
Approved A commit references this bug: Author: dim Date: Mon Mar 2 21:36:52 UTC 2015 New revision: 380297 URL: https://svnweb.freebsd.org/changeset/ports/380297 Log: Fix -Werror warnings from clang 3.6.0 and higher about unused local typedefs, which are used for hand-implementing compile-time assertions, by adding an __unused__ attribute. Approved by: maintainer (swills) PR: 198202 Changes: head/emulators/open-vm-tools/files/patch-lib__include__vm_assert.h head/emulators/open-vm-tools/files/patch-lib__include__vm_atomic.h Fixed by r380297. |