diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-02 15:17:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-02 15:17:28 +0200 |
commit | d4a6fb02ab5741aa41251653f0be3feb4594e553 (patch) | |
tree | db4742baace7bf7f49e82c165bdf218913750ed0 /build/algorithm.cxx | |
parent | 65664ba5a6241e9c58d846cde6ed9fcbbe53d2cd (diff) |
Cleanup to support clang compilation
Diffstat (limited to 'build/algorithm.cxx')
-rw-r--r-- | build/algorithm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/algorithm.cxx b/build/algorithm.cxx index 4c3ae08..5be5cad 100644 --- a/build/algorithm.cxx +++ b/build/algorithm.cxx @@ -54,7 +54,7 @@ namespace build const string& n (i->first); const rule& ru (i->second); - void* m; + void* m (nullptr); { auto g ( make_exception_guard ( |