Ignore:
Timestamp:
07/11/24 17:22:23 (7 months ago)
Author:
Maciej Komosinski
Message:

Added realloc() implementation that behaves like free() when size==0 - consistently on all platforms, in contrast to standard realloc()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/Makefile-SDK

    r1242 r1314  
    99sdk_tests: $(SDK_TESTS)
    1010
    11 CXXWARNINGS=-Wall -Wno-parentheses -Wno-overloaded-virtual -Wno-format -Werror=return-type
     11CXXWARNINGS=-Wall -Wno-parentheses -Wno-overloaded-virtual -Wno-format -Wno-invalid-offsetof -Werror=return-type
    1212
    1313SDK_BUILD_CONFIG= -include frams/config/sdk-build-config.h
Note: See TracChangeset for help on using the changeset viewer.