Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: ArbolOne on December 27, 2012, 08:16:19 pm

Title: warning: multi-line comment
Post by: ArbolOne on December 27, 2012, 08:16:19 pm
when compiling my app I get a warning that reads:
warning: multi-line comment
Is there a way to remove this warning?
MSWin7
MinGW-64
Using built-in specs.
COLLECT_GCC=x86_64-w64-mingw32-gcc.exe
COLLECT_LTO_WRAPPER=d:/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/4.5.4/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../../../build/gcc/src/configure --target=x86_64-w64-mingw32 --prefix=/c/bb/vista64-mingw32/mingw-x86-x86_64/build/build/root --with-sysroot=/c/bb/vista64-mingw32/mingw-x86-x86_64/build/build/root --enable-languages=all,obj-c++ --enable-fully-dynamic-string --disable-multilib
Thread model: win32
gcc version 4.5.4 20110715 (prerelease) (GCC)
Title: Re: warning: multi-line comment
Post by: jarod42 on December 27, 2012, 08:26:45 pm
Unrelated to C::B

see gcc manual or fix your warning (avoid using \ at the end of the comment).