Ignore:
Timestamp:
Jan 1, 2009 10:08:21 PM (15 years ago)
Author:
bennylp
Message:

Fixed gcc-4.3.2 warnings with the warn_unused_result flag in some APIs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/src/pjlib-test/main.c

    r2394 r2408  
    9999        puts(""); 
    100100        puts("Press <ENTER> to exit"); 
    101         fgets(s, sizeof(s), stdin); 
     101        if (!fgets(s, sizeof(s), stdin)) 
     102            return rc; 
    102103    } 
    103104 
Note: See TracChangeset for help on using the changeset viewer.