Changeset b32c604f in mainline


Ignore:
Timestamp:
2010-02-10T23:33:15Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ed903174
Parents:
ca12383
Message:

finally make uspace compilation warnings fatal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/Makefile.toolchain

    rca12383 rb32c604f  
    3131        -finput-charset=UTF-8 -ffreestanding -fno-builtin -nostdlib -nostdinc \
    3232        -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes \
    33         -Werror-implicit-function-declaration -pipe -g -D__$(ENDIANESS)__
     33        -Werror-implicit-function-declaration -Werror -pipe -g -D__$(ENDIANESS)__
    3434
    3535ICC_CFLAGS = -I$(LIBC_PREFIX)/include -O3 -imacros $(LIBC_PREFIX)/../../../config.h \
     
    3737        -finput-charset=UTF-8 -ffreestanding -fno-builtin -nostdlib -nostdinc \
    3838        -Wall -Wextra -Wno-unused-parameter -Wmissing-prototypes \
    39         -Werror-implicit-function-declaration -pipe -g -D__$(ENDIANESS)__
     39        -Werror-implicit-function-declaration -Werror -pipe -g -D__$(ENDIANESS)__
    4040
    4141CLANG_CFLAGS = -I$(LIBC_PREFIX)/include -O3 -imacros $(LIBC_PREFIX)/../../../config.h \
Note: See TracChangeset for help on using the changeset viewer.