Skip to content
Snippets Groups Projects
Commit d41947ce authored by manfred99's avatar manfred99
Browse files

trivial compile fix for "-pedantic"

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2671 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent f36f1881
No related branches found
No related tags found
No related merge requests found
CHANGELOG for smartmontools
$Id: CHANGELOG,v 1.747 2008/10/24 21:43:12 manfred99 Exp $
$Id: CHANGELOG,v 1.748 2008/10/24 21:49:23 manfred99 Exp $
The most recent version of this file is:
http://smartmontools.cvs.sourceforge.net/smartmontools/sm5/CHANGELOG?view=markup
......@@ -40,6 +40,8 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[MS] Fix trivial compile error with "-pedantic"
[MS] Workaround for huge raw values of Reallocated_Sector_Ct and
Reallocated_Event_Ct for newer Fujitsu disks (only the lower
16 bits seem to be meaningful). Clip the display to 16 bits
......
......@@ -22,7 +22,7 @@
#include <errno.h>
const char * dev_ata_cmd_set_cpp_cvsid = "$Id: dev_ata_cmd_set.cpp,v 1.3 2008/08/23 17:07:16 chrfranke Exp $"
const char * dev_ata_cmd_set_cpp_cvsid = "$Id: dev_ata_cmd_set.cpp,v 1.4 2008/10/24 21:49:23 manfred99 Exp $"
DEV_ATA_CMD_SET_H_CVSID;
......@@ -122,5 +122,5 @@ bool ata_device_with_command_set::ata_pass_through(const ata_cmd_in & in, ata_cm
break;
}
return true;
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment