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

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -