This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/15960] Error during build gdb with MinGW on Windows -> util.c


https://sourceware.org/bugzilla/show_bug.cgi?id=15960

--- Comment #2 from hager-markus at gmx dot de ---
gcc version: 4.8.1

error message:
util.c: In function '_rl_strnicmp':
util.c:394:3: error: expected ';' before 'return'
    return (0);
    ^

I guess this occurs only during the build on windows because otherwise I
couldn't imagine why this error wasn't discovered earlier. By the way, if you
look into the util.c I think this error is quite obvious, or is there any case
where the ; could be missed?

Best regards,
Markus

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]