mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Silence clang warning: private field 'data_' is not used.
llvm-svn: 235720
This commit is contained in:
parent
dd3765f2cf
commit
0efef2224b
@ -70,7 +70,9 @@ namespace llvm
|
||||
/// @name Platform Dependent Data
|
||||
/// @{
|
||||
private:
|
||||
#if defined(LLVM_ENABLE_THREADS) && LLVM_ENABLE_THREADS != 0
|
||||
void* data_; ///< We don't know what the data will be
|
||||
#endif
|
||||
|
||||
/// @}
|
||||
/// @name Do Not Implement
|
||||
|
@ -70,7 +70,9 @@ namespace llvm
|
||||
/// @name Platform Dependent Data
|
||||
/// @{
|
||||
private:
|
||||
#if defined(LLVM_ENABLE_THREADS) && LLVM_ENABLE_THREADS != 0
|
||||
void* data_; ///< We don't know what the data will be
|
||||
#endif
|
||||
|
||||
/// @}
|
||||
/// @name Do Not Implement
|
||||
|
Loading…
Reference in New Issue
Block a user