Home | History | Annotate | Download | only in data

Lines Matching full:diagnostic

187 /* Suppress an incorrect diagnostic about yylval being uninitialized.  */
189 _Pragma ("GCC diagnostic push") \
190 _Pragma ("GCC diagnostic ignored \"-Wuninitialized\"")\
191 _Pragma ("GCC diagnostic ignored \"-Wmaybe-uninitialized\"")
193 _Pragma ("GCC diagnostic pop")