summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2017-02-02 22:59:21 +0100
committerMichael Mann <mmann78@netscape.net>2017-02-03 02:39:46 +0000
commitfe06aad460d7525cc6196019b18bf9972e078231 (patch)
tree6c33bcf79dc1f33fb90809713ebaa0e39149d9fe /.editorconfig
parent7c69ae929dbe39b3fa94034dec65198d39111166 (diff)
downloadwireshark-fe06aad460d7525cc6196019b18bf9972e078231.tar.gz
sharkd: fix warning C4090: 'function' : different 'const' qualifiers
According to https://msdn.microsoft.com/en-us/library/windows/desktop/ms682425(v=vs.85).aspx the lpCommandLine argument must not be const as is may cause an access violation. Change-Id: Iedd77663cd21ca8df542595890fbc7023f2c9c2b Reviewed-on: https://code.wireshark.org/review/19922 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 5553812b20..345d7cbe08 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -69,6 +69,17 @@ indent_size = 2
indent_style = tab
indent_size = tab
+[sharkd.c]
+indent_size = 2
+
+[sharkd_daemon.c]
+indent_style = tab
+indent_size = tab
+
+[sharkd_session.c]
+indent_style = tab
+indent_size = tab
+
[ws_version_info.[ch]]
indent_style = tab
indent_size = tab