Tested on project xfce4-hardware-monitor-plugin by running both make -nkw | compiledb and compiledb make.
Issue: In compile_commands.json, there are some lines like "-DHARDWARE_MONITOR_GLADEDIR=\"\"/usr/local/share/xfce4-hardware-monitor-plugin/glade/\"\"", which has \"\" at right side.
Tested on project
xfce4-hardware-monitor-plugin
by running bothmake -nkw | compiledb
andcompiledb make
.Issue: In
compile_commands.json
, there are some lines like"-DHARDWARE_MONITOR_GLADEDIR=\"\"/usr/local/share/xfce4-hardware-monitor-plugin/glade/\"\""
, which has\"\"
at right side.Expected:
"-DHARDWARE_MONITOR_GLADEDIR=\"/usr/local/share/xfce4-hardware-monitor-plugin/glade/\""
,