Skip to content
Commit 0f4f3b19 authored by Alex Richardson's avatar Alex Richardson
Browse files

Fix -Werror build failure in synctex parser

I am cross-compiling with clang for FreeBSD and the build is failing with:
error: initializing 'char *' with an expression of type 'const char [1]' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers]

Mark the char pointers as const to fix this build failure.
parent 5447aa10
Pipeline #70234 passed with stage
in 10 minutes and 28 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment