Mir

Code review comment for lp:~josharenson/mir/command_line_config

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

89 +int argc;
90 +char const** argv;

I'm curious that these are now uninitialized when they were previously initialized with "safe" defaults. Was this intentional? And why?

review: Approve

« Back to merge proposal