Details
-
Bug
-
Resolution: Fixed
-
Critical
-
fc82f8e2e3cf01cf9c79d6feff823dba33094fbd
Description
It looks like there has been a recent regression which breaks AppVeyor clang-cl for GitHub PRs.
[2035/11542] Building C object sdk\lib\crt\CMakeFiles\crt.dir\string\_wcslwr_s.c.obj
|
c:\reactos-cov\sdk\lib\crt\stdlib\rot.c(21,13) : error(clang): definition of builtin function '_rotl'
|
unsigned int _rotl( unsigned int value, int shift )
|
^
|
c:\reactos-cov\sdk\lib\crt\stdlib\rot.c(35,13) : error(clang): definition of builtin function '_rotr'
|
unsigned int _rotr( unsigned int value, int shift )
|
^
|
c:\reactos-cov\sdk\lib\crt\stdlib\rot.c(50,14) : error(clang): definition of builtin function '_lrotl'
|
unsigned long _lrotl( unsigned long value, int shift )
|
^
|
c:\reactos-cov\sdk\lib\crt\stdlib\rot.c(64,14) : error(clang): definition of builtin function '_lrotr'
|
unsigned long _lrotr( unsigned long value, int shift )
|
^
|
4 errors generated.
|
sdk/lib/crt/stdlib/rot.c itself has not been touched recently.
Attachments
Issue Links
- blocks
-
CORE-14291 Update libpng to 1.6.34, libjpeg to 9c, libtiff to 4.0.9, mpg123 to 1.25.8, libxml2 to 2.9.7, libxslt to 1.1.32
- Resolved