Closed markaren closed 2 years ago
error: missing terminating " character [-Werror]
Error reported using gcc 7.5.0 (Ubuntu 18.04) and gcc 9 (Ubuntu 20.04)
What happens is that the generated string is generated with newlines for some reason...
The underlying reason might be skewed timings between the two systems (Make).
Aight, the issue is conflicting file endings.
error: missing terminating " character [-Werror]
Error reported using gcc 7.5.0 (Ubuntu 18.04) and gcc 9 (Ubuntu 20.04)
What happens is that the generated string is generated with newlines for some reason...
The underlying reason might be skewed timings between the two systems (Make).