nodejs / llnode

An lldb plugin for Node.js and V8, which enables inspection of JavaScript states for insights into Node.js processes and their core dumps.
Other
1.15k stars 100 forks source link

`maybe-uninitialized` warning in gcc #298

Closed mmarchini closed 4 years ago

mmarchini commented 5 years ago

maybe-uninitialized looks like GCC bug

It does indeed. Maybe there's a better way to write that piece of code which will prevent the warning though? I'll open an issue.

Originally posted by @mmarchini in https://github.com/nodejs/llnode/pull/297#issuecomment-534589385