Browse Source

Remove fixed warnings from Windows side

C4018, C4063
QGC4.4
Don Gagne 11 years ago
parent
commit
f4f721ef8b
  1. 2
      qgroundcontrol.pro

2
qgroundcontrol.pro

@ -153,8 +153,6 @@ WindowsBuild { @@ -153,8 +153,6 @@ WindowsBuild {
/W4 \
/WX \
/wd4005 \ # macro redefinition
/wd4018 \ # signed/unsigned mismatch
/wd4063 \ # case not valid for switch enum
/wd4100 \ # unrefernced formal parameter
/wd4101 \ # unreference local variable
/wd4127 \ # conditional expression constant

Loading…
Cancel
Save