Changeset 002f873 in buchla-68k for Makefile


Ignore:
Timestamp:
07/09/2017 01:31:52 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
5c13d64
Parents:
599d89b
Message:

Don't require declarations, but always expect prototypes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r599d89b r002f873  
    1616                                -nostdinc -fno-strict-aliasing -fno-inline -fno-omit-frame-pointer \
    1717                                -Wpedantic -Wcast-align -Wcast-qual -Wconversion -Wsign-conversion \
    18                                 -Wshadow -Wmissing-declarations -Wredundant-decls \
     18                                -Wshadow -Wstrict-prototypes -Wredundant-decls \
    1919                                -I include -include predef.h
    2020
Note: See TracChangeset for help on using the changeset viewer.