This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
Fix #23 #33
Annotations
7 errors, 10 warnings, and 7 notices
ball.h#L5
unknown type name 'class'
|
ball.h#L5
expected ';' after top level declarator
|
game.h#L4
'vector' file not found
|
player.h#L5
unknown type name 'class'
|
player.h#L5
expected ';' after top level declarator
|
main.cpp#L1
'SFML/Graphics.hpp' file not found
|
|
ball.h#L5
variable 'ball' is non-const and globally accessible, consider making it const
|
game.h#L9
variable 'game' is non-const and globally accessible, consider making it const
|
game.h#L29
parameter 1 is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
|
player.h#L5
variable 'player' is non-const and globally accessible, consider making it const
|
game.cpp#L10
use a trailing return type for this function
|
game.cpp#L15
use a trailing return type for this function
|
game.cpp#L15
method 'get_ball' can be made static
|
game.cpp#L21
use a trailing return type for this function
|
game.cpp#L27
use a trailing return type for this function
|
game.cpp#L46
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead
|
ball.h#L1
File ball.h does not conform to LLVM style guidelines. (lines 2, 5, 7, 8, 9, 10, 11, 12, 13, 14)
|
game.h#L1
File game.h does not conform to LLVM style guidelines. (lines 6, 11, 12, 13, 14, 16, 17, 19, 20, 22, 24, 27, 29, 31)
|
player.h#L1
File player.h does not conform to LLVM style guidelines. (lines 2, 6, 7, 8, 9, 10)
|
game.cpp#L1
File game.cpp does not conform to LLVM style guidelines. (lines 5, 6, 7, 10, 11, 12, 15, 21, 22, 23, 24, 27, 29, 32, 33, 34, 35, 40, 58, 60, 65, 66, 68, 85, 96)
|
ball.cpp#L1
File ball.cpp does not conform to LLVM style guidelines. (lines 5, 6, 10, 11, 14, 15, 18, 19, 22, 23, 26)
|
main.cpp#L1
File main.cpp does not conform to LLVM style guidelines. (lines 3, 13, 14, 15, 16, 20, 21, 23, 24, 26, 27, 29, 31)
|
player.cpp#L1
File player.cpp does not conform to LLVM style guidelines. (lines 3, 7, 8, 11, 12, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32)
|
The logs for this run have expired and are no longer available.
Loading