diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/clang/Basic/DiagnosticSemaKinds.td | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index 591cf0a28a..fb36a717f4 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -1241,9 +1241,6 @@ def warn_shift_negative : Warning< "shift count is negative">; def warn_shift_gt_typewidth : Warning< "shift count >= width of type">; -def warn_op_no_effect : Warning< - "operation has no effect">, - InGroup<DiagGroup<"all">>, DefaultIgnore; def err_sizeof_nonfragile_interface : Error< "invalid application of '%select{alignof|sizeof}1' to interface %0 in " |