| commit | f06c50870c507444177ed604e08884d44f3e9770 | [log] |
|---|---|---|
| author | Markus Mohrhard <markus.mohrhard@googlemail.com> | Fri May 13 04:07:00 2016 +0200 |
| committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | Sat Jun 18 17:02:17 2016 +0200 |
| tree | 0297297a250104e5dcfa4e5d3e34c9261d947a72 | |
| parent | 42237e141b9dca778066f00fa1ca9e83fb27fd8e [diff] |
Wall is a good idea for the vim ide integration Change-Id: Ifb3c602335097ec1e837b60c236683382cfde3e1
diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide index 169cd16..fb2e888 100755 --- a/bin/gbuild-to-ide +++ b/bin/gbuild-to-ide
@@ -441,7 +441,7 @@ class VimIntegrationGenerator(IdeIntegrationGenerator): json.dump(global_list, export_file) def generateCommand(self, lib, file): command = 'clang++ ' command = 'clang++ -Wall' for key, value in lib.defs.items(): command += ' -D' command += key