c++ - How to hide the linker warning start with AL (ALINK) -


i got warning while compiling vc++ project.

1>alink : warning al1073: referenced assembly 'mscorlib.dll' targets different processor

i think safe hide in situation (concluded). how ignore linking alink errors.

/ignore:1073 or /ignore:al1073 doesn't work. gives me error

1>link : fatal error lnk1147: invalid number specified option '/ignore:1073'


Comments

Popular posts from this blog

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -