Warning 1 warning C4390: ';' : empty controlled statement found; is this the intent?

Recommended Answers

All 3 Replies

Member Avatar for iamthwee

Who knows? Is anyone out there a good mind reader?

You have an extra semicolon ( ; ) somewhere in your code. Since C++ (and many other languages) treat it as a blank or no processing statement, your compiler is throwing you out that warning. Remove the extra semicolon and you should be fine.

Click on the error number, press F1 and read all about it?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.