006
24.01.2004, 18:03 Uhr
Pablo
Supertux (Operator)
|
Ob das die Ursache deines Problem ist, weiß ich nicht. Mit Klassen kenne ich mich wenig aus.
Auf -pedantic bei g++ kannst du verzichten, auch laut man pages.
Zitat: |
-pedantic Issue all the warnings demanded by strict ANSI standard C; reject all programs that use forbid den extensions.
Valid ANSI standard C programs should compile properly with or without this option (though a rare few will require `-ansi'). However, without this option, certain GNU extensions and tra ditional C features are supported as well. With this option, they are rejected. There is no reason to use this option; it exists only to satisfy pedants.
`-pedantic' does not cause warning messages for use of the alternate keywords whose names begin and end with `__'. Pedantic warnings are also disabled in the expression that follows __exten sion__. However, only system header files should use these escape routes; application programs should avoid them.
|
-- A! Elbereth Gilthoniel! silivren penna míriel o menel aglar elenath, Gilthoniel, A! Elbereth! Dieser Post wurde am 24.01.2004 um 18:06 Uhr von Pablo editiert. |