X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestHash.cxx;h=230550ee1fd465d52afecab8565894bceda0b2d0;hb=b05dd1379bf407aa341502b8878f21c3a8e9e025;hp=3deee03cbd398ca0fd2024745344f803f76497f1;hpb=2f30dd9c340a90310871d689c0e8fbebb55af567;p=gdcm.git diff --git a/Testing/TestHash.cxx b/Testing/TestHash.cxx index 3deee03c..230550ee 100644 --- a/Testing/TestHash.cxx +++ b/Testing/TestHash.cxx @@ -3,7 +3,7 @@ #include #include -int main() { +int hashtest( int, char * [] ) { typedef std::map dict; @@ -32,5 +32,7 @@ int main() { // Voir : //http://www.developer.com/net/cplus/article.php/10919_2119781_3 // - // domage que ca ne marche pas ... + // dommage que ca ne marche pas ... + + return 0; }