Re: GLogLevelFlags enum and g_log



enum GLogLevel {
   ... existing, expected values ...
   _require_int = INT_MAX
}


That actually makes the whole thing undefined rather than implementation
defined by section 7.1.3 in C99.

M.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]