We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931df0e commit 5f667a5Copy full SHA for 5f667a5
clang/lib/Analysis/FlowSensitive/WatchedLiteralsSolver.cpp
@@ -59,7 +59,7 @@ using Literal = uint32_t;
59
60
/// A null literal is used as a placeholder in various data structures and
61
/// algorithms.
62
-static constexpr Literal NullLit = 0;
+[[maybe_unused]] static constexpr Literal NullLit = 0;
63
64
/// Returns the positive literal `V`.
65
static constexpr Literal posLit(Variable V) { return 2 * V; }
0 commit comments