Details
-
Bug
-
Resolution: Unresolved
-
Trivial
-
None
-
None
Description
[28/57] Building C object sdk/tools/mkisofs/CMakeFiles/libschily.dir/schilytools
|
/libschily/eaccess.c.obj
|
../../sdk/tools/mkisofs/schilytools/libschily/eaccess.c: In function 'eaccess':
|
../../sdk/tools/mkisofs/schilytools/libschily/eaccess.c:46:11: warning: implicit
|
declaration of function 'access'; did you mean 'eaccess'? [-Wimplicit-function-
|
declaration]
|
return (access(name, mode));
|
^~~~~~
|
eaccess
|
and
/libschily/raisecond.c.obj
|
../../sdk/tools/mkisofs/schilytools/libschily/raisecond.c: In function 'raiseabo
|
rt':
|
../../sdk/tools/mkisofs/schilytools/libschily/raisecond.c:46:26: warning: implic
|
it declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-
|
declaration]
|
#define eprints(a) (void)write(STDERR_FILENO, (a), sizeof (a)-1)
|
^~~~~
|
../../sdk/tools/mkisofs/schilytools/libschily/raisecond.c:169:2: note: in expans
|
ion of macro 'eprints'
|
eprints("Condition not caught: "); eprintl(signame); eprints(".\n");
|
^~~~~~~
|
Filed against: 0.4.15-dev-655-gba006b3 gcc 8.4.0 dbg win with RosBE2.2.1
I think this did not happen yet with RosBE2.1.6 + gcc 4.7.2, but have not double-checked yet when it was introduced exactly! Afaik libschily has not been touched in the last year, so it's very likely caused by the mentioned change in the toolchain.
Attachments
Issue Links
- blocks
-
CORE-16847 GCC8/RosBE 2.2 non-blocking regressions
- Open