History log of /openbmc/ipmitool/src/plugins/dummy/dummy.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 13a2a291 10-Sep-2015 Zdenek Styblik <zdenek.styblik@showmax.com>

Remove trailing white-spaces in src/plugins/dummy/dummy.c


# 2d79e69f 25-Jul-2015 Zdenek Styblik <stybla@turnovfree.net>

Merge commit '2f5789750183d4ef8be125b8cb32019441dd0530'

Return codes of functions should be either used or evaluated - always. This
merge is necessary for shell scripting to, eg. signal

Merge commit '2f5789750183d4ef8be125b8cb32019441dd0530'

Return codes of functions should be either used or evaluated - always. This
merge is necessary for shell scripting to, eg. signal there was an error during
execution.

show more ...


# 8227384c 09-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

ID: 355 - Fix compiler warnings for Dummy Interface

Commit fixes compiler warnings for Dummy Interface:
* fix variable name
* remove unused variables


# 70984dca 29-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:355 - Fix ``obsolete use of designated initializer with ‘:’'' warning

Commit fixes compiler warning ``obsolete use of designated initializer with
‘:’''. Use of ``fieldname: value'' ha

ID:355 - Fix ``obsolete use of designated initializer with ‘:’'' warning

Commit fixes compiler warning ``obsolete use of designated initializer with
‘:’''. Use of ``fieldname: value'' has been obsolete since GCC 2.5.

show more ...


# c18ec02f 05-Feb-2014 Petter Reinholdtsen <pere@hungry.com>

Move all files one level up in the file hierarcy, to avoid the useless ipmitool directory.