On 06/13/2014 04:16 PM, APS Jenkins wrote:
> See <https://jenkins.aps.anl.gov/job/epics-base-3.15-win32/21/changes>
>
> Changes:
>
> [Andrew Johnson] Merged Michael's dbConvert-memmove branch.
>
> ------------------------------------------
> cl -nologo -D__STDC__=0 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE -Ox -GL -W3 -w44355 -MD -DEPICS_BUILD_DLL -DEPICS_CALL_DLL -I. -I../O.Common -I. -I. -I.. -I../../../src/ioc/as -I../../../src/ioc/bpt -I../../../src/ioc/db -I../../../src/ioc/dbStatic -I../../../src/ioc/dbtemplate -I../../../src/ioc/misc -I../../../src/ioc/registry -I../../../src/ioc/rsrv -I../../../include/compiler/msvc -I../../../include/os/WIN32 -I../../../include -c ../../../src/ioc/db/dbConvert.c
> dbConvert.c
> ../../../src/ioc/db/dbConvert.c(54) : error C2036: 'const void *' : unknown size
> ../../../src/ioc/db/dbConvert.c(55) : error C2036: 'void *' : unknown size
> ../../../src/ioc/db/dbConvert.c(58) : error C2036: 'const void *' : unknown size
Doing math on void* pointers is a gcc extension and not part of the C
standard.
Fixed (I think, Jenkins will tell us soon enough).
- Andrew
--
Advertising may be described as the science of arresting the human
intelligence long enough to get money from it. -- Stephen Leacock
- References:
- Build failed in Jenkins: epics-base-3.15-win32 #21 APS Jenkins
- Navigate by Date:
- Prev:
Build failed in Jenkins: epics-base-3.15-win64s #13 APS Jenkins
- Next:
Jenkins build is back to normal : epics-base-3.15-win32 #22 APS Jenkins
- Index:
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
<2014>
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
- Navigate by Thread:
- Prev:
Build failed in Jenkins: epics-base-3.15-win32 #21 APS Jenkins
- Next:
Jenkins build is back to normal : epics-base-3.15-win32 #22 APS Jenkins
- Index:
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
<2014>
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
|