Fixed typos. No functional changes. [ci-skip]
This commit is contained in:
parent
f7c724e3eb
commit
d379ebed2d
|
@ -41,7 +41,7 @@ endif()
|
|||
|
||||
if(${ANALYZE_ADDRESS})
|
||||
message("##########################################################")
|
||||
message(STATUS "For better visualitation change enviroment variable: ASAN_SYMBOLIZER_PATH=/path/to/llvm-symbolizer")
|
||||
message(STATUS "Detect memory leaks, change enviroment variable: ASAN_OPTIONS=\"detect_leaks=1\"")
|
||||
message(STATUS "For better visualization change environment variable: ASAN_SYMBOLIZER_PATH=/path/to/llvm-symbolizer")
|
||||
message(STATUS "Detect memory leaks, change environment variable: ASAN_OPTIONS=\"detect_leaks=1\"")
|
||||
message("##########################################################")
|
||||
endif()
|
||||
|
|
|
@ -1053,14 +1053,14 @@ Checking useretval.c...
|
|||
<define name="NULL_VALUE" value="0"/>
|
||||
</def></programlisting>
|
||||
|
||||
<para>Each occurence of "NULL_VALUE" in the code would then be replaced
|
||||
<para>Each occurrence of "NULL_VALUE" in the code would then be replaced
|
||||
by "0" at preprocessor stage.</para>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<title>podtype</title>
|
||||
|
||||
<para>Lots of code relies on typedefs providing platform independant
|
||||
<para>Lots of code relies on typedefs providing platform independent
|
||||
types. "podtype"-tags can be used to provide necessary information to
|
||||
cppcheck to support them. Without further information, cppcheck does not
|
||||
understand the type "uint16_t" in the following example:</para>
|
||||
|
|
Loading…
Reference in New Issue