Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Dec 19, 2023
1 parent d26c1f3 commit 04081f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/Slice/Grammar.y
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ int slice_lex(YYSTYPE* lvalp, YYLTYPE* llocp);
# pragma GCC diagnostic ignored "-Wunused-label"
#endif

// Avoid clang conversion warnings
// Avoid clang warnings in generate grammar
#if defined(__clang__)
# pragma clang diagnostic ignored "-Wconversion"
# pragma clang diagnostic ignored "-Wsign-conversion"
Expand Down

0 comments on commit 04081f3

Please sign in to comment.