diff options
author | nyamatongwe <unknown> | 2010-04-30 13:35:31 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-04-30 13:35:31 +0000 |
commit | 9527e6f388b10afcde7088df567c3a907df77f8d (patch) | |
tree | b37e568d808eac2dba923b0006a3a55a46e18e3e /src/LexSML.cxx | |
parent | 119e9caa6140dbe85591da91a0d668487c0f7174 (diff) | |
download | scintilla-mirror-9527e6f388b10afcde7088df567c3a907df77f8d.tar.gz |
Made compatible with clang.
Diffstat (limited to 'src/LexSML.cxx')
-rw-r--r-- | src/LexSML.cxx | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/LexSML.cxx b/src/LexSML.cxx index a61753077..a41b4c10d 100644 --- a/src/LexSML.cxx +++ b/src/LexSML.cxx @@ -203,13 +203,11 @@ void ColouriseSMLDoc( } void FoldSMLDoc( - unsigned int startPos, int length, - int initStyle, - WordList *keywordlists[], - Accessor &styler) + unsigned int, int, + int, + WordList *[], + Accessor &) { - //supress "not used" warnings - startPos || length || initStyle || keywordlists[0] || styler.Length(); } static const char * const SMLWordListDesc[] = { |