Rev 151 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 151 | Rev 154 | ||
---|---|---|---|
Line 1620... | Line 1620... | ||
1620 | #ifndef __cplusplus |
1620 | #ifndef __cplusplus |
1621 | #ifdef _MSC_VER |
1621 | #ifdef _MSC_VER |
1622 | #pragma warning(push) |
1622 | #pragma warning(push) |
1623 | #pragma warning(disable: 4804) // '-' : unsafe use of type 'bool' in operation |
1623 | #pragma warning(disable: 4804) // '-' : unsafe use of type 'bool' in operation |
1624 | #endif |
1624 | #endif |
1625 | /* SAMO |
1625 | /* SAMO : ne dela z LabWindows CVI? |
1626 | enum { |
1626 | enum { |
1627 | netsnmp_compile_time_uintptr_t_size_check |
1627 | netsnmp_compile_time_uintptr_t_size_check |
1628 | = sizeof(struct netsnmp_compile_time_uintptr_t_size_check_s { int:-!(sizeof(uintptr_t) == sizeof(void*)); }) |
1628 | = sizeof(struct netsnmp_compile_time_uintptr_t_size_check_s { int:-!(sizeof(uintptr_t) == sizeof(void*)); }) |
1629 | }; |
1629 | }; |
1630 | */ |
1630 | */ |