Home | History | Annotate | Download | only in src

Lines Matching refs:diagnostic

1886 /* Suppress an incorrect diagnostic about yylval being uninitialized.  */
1888 _Pragma ("GCC diagnostic push") \
1889 _Pragma ("GCC diagnostic ignored \"-Wuninitialized\"")\
1890 _Pragma ("GCC diagnostic ignored \"-Wmaybe-uninitialized\"")
1892 _Pragma ("GCC diagnostic pop")