Skip to content
This repository has been archived by the owner on Dec 8, 2018. It is now read-only.

Flex SDK 4 Compiler Warning in DuplexGateway.as #1

Open
jonnyreeves opened this issue Aug 31, 2010 · 0 comments
Open

Flex SDK 4 Compiler Warning in DuplexGateway.as #1

jonnyreeves opened this issue Aug 31, 2010 · 0 comments

Comments

@jonnyreeves
Copy link

When Compiling with Flex SDK 4 (actual build: 4.1.0.16076), the following warning is issued from MXMLC

......./src/com/nesium/remoting/DuplexGateway.as(352): col: 11 Warning: Empty statement found where block of code expected. Did you type ';' accidentally?
[java]             while (readFromSocket());

This can be addressed by chaning DuplexGateway:352 to read:

while (readFromSocket()) {};
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant