diff options
author | aneejit1 <aneejit1@gmail.com> | 2022-05-04 04:42:23 +0000 |
---|---|---|
committer | aneejit1 <aneejit1@gmail.com> | 2022-05-04 04:42:23 +0000 |
commit | 1f4a3ab86ef18f5c8416ed1f7da72f82476529a2 (patch) | |
tree | fc0eeb3e2827920433b730c7ce618e0dace8624f /libk3b/dummy.cpp | |
parent | f477690f7f076dff2f3777285bd3216b830b6182 (diff) | |
download | k3b-1f4a3ab86ef18f5c8416ed1f7da72f82476529a2.tar.gz k3b-1f4a3ab86ef18f5c8416ed1f7da72f82476529a2.zip |
Make s_codecFeatures a "const char *" to remove ISO C++ warning
"libk3b/jobs/k3bvideodvdtitletranscodingjob.cpp" declares two instances
of "s_codecFeatures" as "static char *" and initialises them with
string constants. This produces the compiler warning "ISO C++ forbids
converting a string constant to 'char*'". Both declarations have been
changed to "const".
Signed-off-by: aneejit1 <aneejit1@gmail.com>
Diffstat (limited to 'libk3b/dummy.cpp')
0 files changed, 0 insertions, 0 deletions