Changeset 5a50430 in mainline


Ignore:
Timestamp:
2018-07-19T19:34:22Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7137f74c
Parents:
0d83cf6f
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-19 15:57:31)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-19 19:34:22)
Message:

Enable -Werror for C++.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r0d83cf6f r5a50430  
    257257        -Werror-implicit-function-declaration
    258258
     259ifeq ($(CONFIG_DEBUG),y)
     260        DEFAULT_CXXFLAGS += -Werror
     261endif
     262
    259263COMMON_CXXFLAGS = $(COMMON_CFLAGS)
    260264HELENOS_CXXFLAGS = \
Note: See TracChangeset for help on using the changeset viewer.