--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-22
03:09 ---
Move to unconfirmed.
--
What|Removed |Added
Status|RESOLVED|
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-22
03:09 ---
Ok, this is not what I thought it was but something different, closing as
invalid to .
--
What|Removed |Added
---
--- Additional Comments From nerijus at users dot sourceforge dot net
2005-03-22 03:04 ---
With -v -save-temps:
$ ./bk-deps g++ -c -o coredll_progdlgg.o -D__WXGTK__-DWXUSINGDLL
-DWXMAKINGDLL_CORE -DwxUSE_BASE=0 -fPIC -DPIC -D__WXDEBUG__
-Ilib/wx/include/gtk2-ansi-debug-2.5
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-22
02:55 ---
Could read http://gcc.gnu.org/bugs.html and provide the preprocessed source as
my guess shows that
this warning is correct.
--
What|Removed |Added
-
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-22
02:48 ---
(In reply to comment #1)
> See how ~wxStaticTextBase is declared as inline but not defined anywhere, so
> we get an error.
I mean warning.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20584
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-22
02:48 ---
gcc (GCC) 4.0.0 20050314 (Red Hat 4.0.0-0.34)
I don't think this is bogus, given the following code (since you did not give
the preprocessed source I
have to guess):
struct wxStaticTextBase
{
wxStaticTe