ionescu007 / VisualUefi

A project for allowing EDK-II Development with Visual Studio
497 stars 125 forks source link

Can't turn off warnings / prevent warnings from being treated as errors #51

Open Hallilogod opened 1 month ago

Hallilogod commented 1 month ago

I can't get visual studio to stop treating warnings as errors when i build a uefi app, i tried pragma warning (disable : 4702) and updating the linker / compiler settings in the project, but nothing works.