mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-11 22:21:14 -03:00
Additional warnings cleanup, effective C++ violations, dead code removal
This commit is contained in:
@@ -95,7 +95,7 @@ typedef struct var_uni_entry
|
||||
{
|
||||
int exportv; /**< Whether the variable should be exported */
|
||||
wcstring val; /**< The value of the variable */
|
||||
var_uni_entry():exportv(0) { }
|
||||
var_uni_entry():exportv(0), val() { }
|
||||
}
|
||||
var_uni_entry_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user