-
magnus.blaudd@oracle.com authored
- The jties tests intentionally checks more or less all permutations of const result/parameter types in order to see what is supported by C++ vs. Java. Tthis causes warnings about "type qualifiers ignored on function return type" (which is turned on by -Wextra in maintainer.cmake). Avoid the superfluous warnings by turning them off.
magnus.blaudd@oracle.com authored- The jties tests intentionally checks more or less all permutations of const result/parameter types in order to see what is supported by C++ vs. Java. Tthis causes warnings about "type qualifiers ignored on function return type" (which is turned on by -Wextra in maintainer.cmake). Avoid the superfluous warnings by turning them off.
Loading