diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-03-08 00:16:42 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-03-12 13:35:56 +0100 |
commit | 715bdfdd8f994607f07bb577c727189a3a434607 (patch) | |
tree | 6009392b03749b5c49163720084acca60f3b0ea3 /libxmlsec/makefile.mk | |
parent | a9435ab4d784879a299028e2ca5346510d5e616d (diff) |
prevent using RTL_CONSTASCII_* macros with string literal functions
This is to prevent things like by mistake doing match( RTL_CONSTASCII_STRINGPARAM("foo")),
which will call match(const char(&)[N], int=0), where the second argument is the fromIndex
argument.
Diffstat (limited to 'libxmlsec/makefile.mk')
0 files changed, 0 insertions, 0 deletions