syntastic: disable opening of the location list by default
When a warning/error occurs the location list is opened by default, for every buffer write. When working on stuff it's common to have unused arguments until the implementation is done. This means the list opens every single time you write buffer.
Disable this by default and either make <leader>cd
a toggle or add some binding to open the location list.