mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Fix MSVC unreferenced formal parameter warning. NFCI.
llvm-svn: 370615
This commit is contained in:
parent
ed54aaac69
commit
0e0bc115cf
@ -294,7 +294,7 @@ public:
|
||||
|
||||
// Enable or disable colors. Once disable_colors() is called,
|
||||
// changeColor() has no effect until enable_colors() is called.
|
||||
virtual void enable_colors(bool enable) {}
|
||||
virtual void enable_colors(bool /*enable*/) {}
|
||||
|
||||
//===--------------------------------------------------------------------===//
|
||||
// Subclass Interface
|
||||
|
Loading…
Reference in New Issue
Block a user