Skip to content
Commit 5841a429 authored by Martin Walch's avatar Martin Walch Committed by Albert Astals Cid
Browse files

Fix some warnings in Kigo

    Fix doxygen warnings for Stone constructors in games/stone.h

"float value" parameters of Stone constructors had no description

Fix it by adding a corresponding description: it is an estimated value
for a potential next move. It is used when the user is requesting
a hint.

    Make single parameter constructors explicit

krazy2 complained:

    Check for C++ ctors that should be declared 'explicit' [explicit]...
    OOPS! 2 issues found!

    src/game/score.h: line# 45 (1)
    src/gui/config/generalconfig.h: line# 45 (1)

Fix it by making them explicit.

REVIEW: 120076
parent c8824a2c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment