Skip to content
Snippets Groups Projects
Commit 3ac7ae20 authored by Pekka Paalanen's avatar Pekka Paalanen
Browse files

lowlevel-blt-bench: make test_entry::testname const


We assign string literals to it, so it better be const.

Signed-off-by: default avatarPekka Paalanen <pekka.paalanen@collabora.co.uk>
Reviewed-by: default avatarBen Avison <bavison@riscosopen.org>
parent 56d8b365
No related branches found
No related tags found
No related merge requests found
......@@ -589,13 +589,13 @@ bench_composite (const char *testname,
struct test_entry
{
char *testname;
int src_fmt;
int src_flags;
int op;
int mask_fmt;
int mask_flags;
int dst_fmt;
const char *testname;
int src_fmt;
int src_flags;
int op;
int mask_fmt;
int mask_flags;
int dst_fmt;
};
typedef struct test_entry test_entry_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment