Skip to content

Commit

Permalink
Added parenthesis to define for debug log level
Browse files Browse the repository at this point in the history
  • Loading branch information
m4mbr3 committed Nov 1, 2018
1 parent 4818a51 commit bd6c046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/lavaTool/include/lavaTool.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ using clang::tooling::CommonOptionsParser;
#define FNARG (1 << 2)
#define PRI (1 << 3)

#define DEBUG_FLAGS MATCHER | INJECT | FNARG | PRI
#define DEBUG_FLAGS (MATCHER | INJECT | FNARG | PRI)

#define ARG_NAME "data_flow"

Expand Down

0 comments on commit bd6c046

Please sign in to comment.