mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 22:26:29 +01:00
Compile cleanly with clang.
To compile Ardour with LLVM/clang, do the usual thing but set the CXX and CC environment variables, e.g.: CC=/usr/bin/clang CXX=/usr/bin/clang++ ./waf configure build git-svn-id: svn://localhost/ardour2/branches/3.0@12418 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
effe4de188
commit
27a1cf2cf7
46 changed files with 115 additions and 99 deletions
|
|
@ -146,7 +146,8 @@ class ControlProtocol : public PBD::Stateful, public PBD::ScopedConnectionList,
|
|||
};
|
||||
|
||||
extern "C" {
|
||||
struct ControlProtocolDescriptor {
|
||||
class ControlProtocolDescriptor {
|
||||
public:
|
||||
const char* name; /* descriptive */
|
||||
const char* id; /* unique and version-specific */
|
||||
void* ptr; /* protocol can store a value here */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue