You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
when follow the Doc to build the gorfc, get an error message C:\Gops\src\github.com\sap\gorfc\gorfc>go build #github.com/sap/gorfc/gorfc In file included from C:/nwrfcsdk/include/sapnwrfc.h:7:0, from .\gorfc.go:41: C:/nwrfcsdk/include/sapucx.h:562:5: warning: 'align' attribute directive ignored [-Wattributes] typedef __declspec(align(16)) SAP_SRAW platform_max_t[16]; ^ In file included from .\gorfc.go:41:0: C:/nwrfcsdk/include/sapnwrfc.h:28:0: warning: ignoring #pragma warning [-Wunknown-pragmas] #pragma warning (disable : 4267) // disable warning: conversion from 'size_t' to 'const unsigned int' ^ In file included from C:/nwrfcsdk/include/sapnwrfc.h:9:0, from .\gorfc.go:41: C:/nwrfcsdk/include/sapuc.h:853:24: warning: 'sccsidU16' defined but not used [-Wunused-variable] static const SAP_UC* sccsidU16 = NULL; ^
plantform
os windows 10
go 1.8
thanks for any help.
The text was updated successfully, but these errors were encountered:
hi,
when follow the Doc to build the gorfc, get an error message
C:\Gops\src\github.com\sap\gorfc\gorfc>go build #github.com/sap/gorfc/gorfc In file included from C:/nwrfcsdk/include/sapnwrfc.h:7:0, from .\gorfc.go:41: C:/nwrfcsdk/include/sapucx.h:562:5: warning: 'align' attribute directive ignored [-Wattributes] typedef __declspec(align(16)) SAP_SRAW platform_max_t[16]; ^ In file included from .\gorfc.go:41:0: C:/nwrfcsdk/include/sapnwrfc.h:28:0: warning: ignoring #pragma warning [-Wunknown-pragmas] #pragma warning (disable : 4267) // disable warning: conversion from 'size_t' to 'const unsigned int' ^ In file included from C:/nwrfcsdk/include/sapnwrfc.h:9:0, from .\gorfc.go:41: C:/nwrfcsdk/include/sapuc.h:853:24: warning: 'sccsidU16' defined but not used [-Wunused-variable] static const SAP_UC* sccsidU16 = NULL; ^
plantform
thanks for any help.
The text was updated successfully, but these errors were encountered: