Ignore:
Timestamp:
02/01/15 01:08:50 (9 years ago)
Author:
Maciej Komosinski
Message:

Fixed compilation warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/_demos/serial_test.cpp

    r286 r319  
    3232        {
    3333        case TUnknown: puts("null"); return;
     34        case TInvalid: puts("invalid"); return;
    3435        case TInt: printf("int:"); break;
    3536        case TDouble: printf("double:"); break;
Note: See TracChangeset for help on using the changeset viewer.