]> git.mxchange.org Git - simgear.git/blobdiff - simgear/metar/Antoi.cpp
MSVC warning fixes
[simgear.git] / simgear / metar / Antoi.cpp
index fabb31c2c8fd98aaee67b38f65f1d4d35c6417d5..ba884c1e09ce0ccd07f2e2fb81f86221fc37cb34 100644 (file)
@@ -1,13 +1,5 @@
-#pragma comment(compiler)
-#pragma comment(date)
-#pragma comment(timestamp)
 #include <stdlib.h>
  
-#pragma title("antoi - char array to integer")
-#pragma pagesize (80)
-#pragma page(1)
 /********************************************************************/
 /*                                                                  */
 /*  Title:         antoi                                            */
 /*                                                                  */
 /********************************************************************/
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #ifdef HAVE_STDINT_H
 #  include <stdint.h>
 #endif
@@ -82,4 +70,3 @@ int antoi(char * string, int len)
  
 } /* end antoi */
  
-#pragma page(1)