(stderr, "ethtool: bad command line argument(s)\n" "For more information run ethtool -h\n"); exit(1); } typedef enum { CMDL_NONE, CMDL_BOOL, CMDL_S32, CMDL_U8, CMDL_U16, CMDL_U32, CMDL_U64, CMDL_BE16, CMDL_IP4, CMDL_STR, CMDL_FLAG, CMDL_MAC, } cmdline_type...
* Moved the zero-argument New() method on messages to the base class (internal optimization). * Unused return values marked with `PROTOBUF_MUST_USE_RESULT` are now correctly attributed. * Demotes PrintPath log for maps in MessageDifferencer down from WARNING to ...