- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5.2k
Closed
Labels
area-Infrastructure-coreclrruntime-coreclrspecific to the CoreCLR runtimespecific to the CoreCLR runtime
Milestone
Description
The following warnings are triggered when building on Windows_NT.x86.Debug.
  gcdecode.obj : warning LNK4006: "struct InfoHdrSmall const * const infoHdrShortcut" (?infoHdrShortcut@@3QBUInfoHdrSmall@@B) already defined in gcdecode.obj; second definition ignored [D:\runtime\artifacts\obj\coreclr\Windows_NT.x86.Debug\src\dlls\mscoree\coreclr\coreclr_static.vcxproj]
  gcdecode.obj : warning LNK4006: "unsigned int const * const callPatternTable" (?callPatternTable@@3QBIB) already defined in gcdecode.obj; second definition ignored [D:\runtime\artifacts\obj\coreclr\Windows_NT.x86.Debug\src\dlls\mscoree\coreclr\coreclr_static.vcxproj]
    hostallocator.cpp
  gcdecode.obj : warning LNK4006: "unsigned int const * const callCommonDelta" (?callCommonDelta@@3QBIB) already defined in gcdecode.obj; second definition ignored [D:\runtime\artifacts\obj\coreclr\Windows_NT.x86.Debug\src\dlls\mscoree\coreclr\coreclr_static.vcxproj]
  gcdecode.obj : warning LNK4006: "public: bool __thiscall InfoHdrSmall::isHeaderMatch(struct InfoHdr const &)const " (?isHeaderMatch@InfoHdrSmall@@QBE_NABUInfoHdr@@@Z) already defined in gcdecode.obj; second definition ignored [D:\runtime\artifacts\obj\coreclr\Windows_NT.x86.Debug\src\dlls\mscoree\coreclr\coreclr_static.vcxproj]
  gcdecode.obj : warning LNK4006: "unsigned char const * __fastcall decodeHeader(unsigned char const *,unsigned int,struct InfoHdr *)" (?decodeHeader@@YIPBEPBEIPAUInfoHdr@@@Z) already defined in gcdecode.obj; second definition ignored [D:\runtime\artifacts\obj\coreclr\Windows_NT.x86.Debug\src\dlls\mscoree\coreclr\coreclr_static.vcxproj]
  gcdecode.obj : warning LNK4006: "unsigned int __fastcall decodeUnsigned(unsigned char const *,unsigned int *)" (?decodeUnsigned@@YIIPBEPAI@Z) already defined in gcdecode.obj; second definition ignored [D:\runtime\artifacts\obj\coreclr\Windows_NT.x86.Debug\src\dlls\mscoree\coreclr\coreclr_static.vcxproj]
  gcdecode.obj : warning LNK4006: "unsigned int __fastcall decodeUDelta(unsigned char const *,unsigned int *,unsigned int)" (?decodeUDelta@@YIIPBEPAII@Z) already defined in gcdecode.obj; second definition ignored [D:\runtime\artifacts\obj\coreclr\Windows_NT.x86.Debug\src\dlls\mscoree\coreclr\coreclr_static.vcxproj]
  gcdecode.obj : warning LNK4006: "unsigned int __fastcall decodeSigned(unsigned char const *,int *)" (?decodeSigned@@YIIPBEPAH@Z) already defined in gcdecode.obj; second definition ignored [D:\runtime\artifacts\obj\coreclr\Windows_NT.x86.Debug\src\dlls\mscoree\coreclr\coreclr_static.vcxproj]
  gcdecode.obj : warning LNK4006: "void __fastcall decodeCallPattern(int,unsigned int *,unsigned int *,unsigned int *,unsigned int *)" (?decodeCallPattern@@YIXHPAI000@Z) already defined in gcdecode.obj; second definition ignored [D:\runtime\artifacts\obj\coreclr\Windows_NT.x86.Debug\src\dlls\mscoree\coreclr\coreclr_static.vcxproj]
/cc @VSadov
Metadata
Metadata
Assignees
Labels
area-Infrastructure-coreclrruntime-coreclrspecific to the CoreCLR runtimespecific to the CoreCLR runtime