3

I've been trying to build a file in QtCreator (With MSVC2013 OpenGL 64bit on a Windows 8 64-bit machine) but I've been getting the following error:

cl : Command line error D8021 : invalid numeric argument '/Wno-unused-parameter

I don't have much experience with this, so I have no clue as to how to solve it and would appreciate some help.

Thank you.

Jullith
  • 31
  • 1
  • 4
  • possible duplicate of ["1>cl : Command line error D8021: invalid numeric argument '/Wno-deprecated'" Erro](http://stackoverflow.com/questions/13717551/1cl-command-line-error-d8021-invalid-numeric-argument-wno-deprecated-er) – irsis May 12 '15 at 16:47
  • If above post doesn't help then problem could be "invalid numeric argument" as mentioned here https://msdn.microsoft.com/en-us/library/kfk5bs0s.aspx – irsis May 12 '15 at 16:50
  • 1
    The problem wasn't the same as that, but thanks anyway. The error had something to do with Boost and the .pro required a unix* in front of the line causing the errors. So it's all fixed and running now. – Jullith May 12 '15 at 17:34
  • 3
    Coudl you post and accept an answer giving more details of how to fix this problem? It would be of help to thers – Mawg says reinstate Monica Apr 08 '16 at 10:03

0 Answers0