OSDN Git Service

-Wオプションを追加.それに合わせて生じたエラー潰し.
[paldema/paldema.git] / src / test / load_tga.cpp
index 27bf0f1..1e74ea1 100644 (file)
@@ -1,18 +1,8 @@
 // Copyright (C) 2009 Masaki Saito <rezoolab@gmail.com>\r
 //\r
-// This program is free software; you can redistribute it and/or\r
-// modify it under the terms of the GNU General Public License\r
-// as published by the Free Software Foundation; either version 2\r
-// of the License, or (at your option) any later version.\r
-//\r
-// This program is distributed in the hope that it will be useful,\r
-// but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
-// GNU General Public License for more details.\r
-//\r
-// You should have received a copy of the GNU General Public License\r
-// along with this program; if not, write to the Free Software\r
-// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\r
+// load_tga.cpp
+// ¤³¤Î¥×¥í¥°¥é¥à¤ÏÈ󰵽̡¢°µ½Ìtga¥Õ¥¡¥¤¥ë¤òÆɤ߹þ¤ß¡¢
+// Àµ¾ï¤ËÆɤ߹þ¤á¤ë¤«¤É¤¦¤«¤ò³Îǧ¤·¤Þ¤¹¡£\r
 \r
 #include "../cpp/pdutility.cpp"\r
 #include <iostream>\r
@@ -21,7 +11,7 @@
 \r
 using namespace std;\r
 \r
-int main(int argc, char* argv[]) {\r
+int main() {\r
   IplImage* src1 = pd::loadTGAImage("logo.tga");
   IplImage* src2 = pd::loadTGAImage("logo_RLE.tga");