diff options
Diffstat (limited to 'gcc/cp/cp-tree.h')
-rw-r--r-- | gcc/cp/cp-tree.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 8d05b78..71ae911 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -329,6 +329,10 @@ extern int flag_no_ident; extern int warn_implicit; +/* Nonzero means warn about usage of long long when `-pedantic'. */ + +extern int warn_long_long; + /* Nonzero means warn when all ctors or dtors are private, and the class has no friends. */ |