Implement the state prescription at EB for the Riemann solver #2710
Annotations
1 error and 11 warnings
Short report
Process completed with exit code 33.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Short report:
Exec/RegTests/EB-InflowBC/prob.H#L33
Value stored to 'prob_lo' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
|
Short report:
Exec/RegTests/EB-InflowBC/prob.H#L33
unused variable 'prob_lo' [-Wunused-variable]
|
Short report:
Exec/RegTests/EB-InflowBC/prob.H#L33
unused variable 'prob_lo' [clang-diagnostic-unused-variable]
|
Short report:
Exec/RegTests/EB-InflowBC/prob.H#L34
Value stored to 'prob_hi' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
|
Short report:
Exec/RegTests/EB-InflowBC/prob.H#L34
unused variable 'prob_hi' [-Wunused-variable]
|
Short report:
Exec/RegTests/EB-InflowBC/prob.H#L34
unused variable 'prob_hi' [clang-diagnostic-unused-variable]
|
Short report:
Exec/RegTests/EB-InflowBC/prob.H#L35
Value stored to 'dx' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
|
Short report:
Exec/RegTests/EB-InflowBC/prob.H#L35
unused variable 'dx' [-Wunused-variable]
|
Short report:
Exec/RegTests/EB-InflowBC/prob.H#L35
unused variable 'dx' [clang-diagnostic-unused-variable]
|
Short report:
Exec/RegTests/EB-InflowBC/prob.H#L76
unused parameter 'vf' [-Wunused-parameter]
|
Loading