You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/tansell/github/verilog-to-routing/vtr-verilog-to-routing/build/libs/EXTERNAL/libsdcparse/sdc_parser.gen.cpp: In member function ‘yysyntax_error_’:
/home/tansell/github/verilog-to-routing/vtr-verilog-to-routing/build/libs/EXTERNAL/libsdcparse/sdc_parser.gen.cpp:1716:38: warning: potential null pointer dereference [-Wnull-dereference]
for (char const* yyp = yyformat; *yyp; ++yyp)
The text was updated successfully, but these errors were encountered:
if (CMAKE_COMPILER_IS_GNUCXX AND BISON_VERSION VERSION_LESS 3.0.5)
# Grammars generated by Bison 3.0.4 and below emit a null pointer dereference warning# when compiled with GCC 7 set_source_files_properties(${CMAKE_CURRENT_SOURCE_DIR}/SSL2Parser.cpp
PROPERTIES COMPILE_FLAGS -Wno-error=null-dereference)
endif ()
See the following error;
The text was updated successfully, but these errors were encountered: