Skip to content

HP: Fix type mismatch errors

Nick Forrington requested to merge nick.forrington/q-e:fix-type-mismatch into develop

Fix type mismatch errors caused by 3-character string being passed to a 4-character parameter.

Causes errors with some compilers (such as armflang) and warnings with others (gcc).

Merge request reports