Fix modernize-use-using #97
Annotations
1 error and 10 warnings
|
src/ADT.C#L114
result of multiplication in type 'int' is used as a pointer offset after an implicit widening conversion to type 'ptrdiff_t' [bugprone-implicit-widening-of-multiplication-result]
|
src/ADT.C#L30
2 adjacent parameters of 'buildADT' of similar type ('int') are easily swapped by mistake [bugprone-easily-swappable-parameters]
|
src/ADT.h#L68
redundant void argument list in function definition [modernize-redundant-void-arg]
|
src/CartBlock.C#L113
variable 'cell_index' of type 'int' can be declared 'const' [misc-const-correctness]
|
src/CartBlock.C#L114
result of multiplication in type 'int' is used as a pointer offset after an implicit widening conversion to type 'ptrdiff_t' [bugprone-implicit-widening-of-multiplication-result]
|
src/CartBlock.C#L121
variable 'ind_offset' of type 'int' can be declared 'const' [misc-const-correctness]
|
src/CartBlock.C#L122
variable 'node_index' of type 'int' can be declared 'const' [misc-const-correctness]
|
src/CartBlock.C#L143
pointer parameter 'qval' can be pointer to const [readability-non-const-parameter]
|
src/CartBlock.C#L171
result of multiplication in type 'int' is used as a pointer offset after an implicit widening conversion to type 'ptrdiff_t' [bugprone-implicit-widening-of-multiplication-result]
|
src/CartBlock.C#L171
result of multiplication in type 'int' is used as a pointer offset after an implicit widening conversion to type 'ptrdiff_t' [bugprone-implicit-widening-of-multiplication-result]
|
The logs for this run have expired and are no longer available.
Loading