--- - branch: MAIN date: Wed Jun 6 15:24:57 UTC 2018 files: - new: '1.37' old: '1.36' path: src/external/cddl/osnet/dist/uts/common/dtrace/dtrace.c pathrev: src/external/cddl/osnet/dist/uts/common/dtrace/dtrace.c@1.37 type: modified id: 20180606T152457Z.5930a6b5f0afabeba538e27516613f2f5c81070c log: | Correct compilation of osnet/dist/uts/common/dtrace/dtrace.c under Clang Add missing const keywords in dtrace_strncmp(). Initialize lim1 and lim2 to zero always. This prevents a false positive about potentially unset but used variable. This could be done with -W flags, but they are incompatible between compilers. This is a step forward functional MKLLVM=yes HAVE_LLVM=yes build. Sponsored by module: src subject: 'CVS commit: src/external/cddl/osnet/dist/uts/common/dtrace' unixtime: '1528298697' user: kamil