Mark it as unused to avoid -Wunused-parameter.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This seems like overkill to me; why not add (void) use_strcmp right before line 67 instead?
Differential D52368
[libc++abi] is_strcmp parameter to is_equal is unused for WIN32 pirama on Sep 21 2018, 10:31 AM. Authored by
Details Mark it as unused to avoid -Wunused-parameter.
Diff Detail
Event TimelineComment Actions This seems like overkill to me; why not add (void) use_strcmp right before line 67 instead? |