Changeset b27040e in buchla-68k


Ignore:
Timestamp:
11/15/2017 09:15:16 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
f6afbab
Parents:
b28c09e
Message:

Allow function pointers to be used as object pointers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rb28c09e rb27040e  
    1717FLAGS_COM :=    $(FLAGS) -mshort -std=c99 -ffreestanding -nostdinc \
    1818                                -fno-strict-aliasing -fno-inline -fno-omit-frame-pointer \
    19                                 -Wpedantic -Wconversion -Wsign-conversion -Wshadow \
    20                                 -Wstrict-prototypes -Wmissing-declarations -Wredundant-decls \
     19                                -Wconversion -Wsign-conversion -Wshadow -Wstrict-prototypes \
     20                                -Wmissing-declarations -Wredundant-decls \
    2121                                -I include
    2222
Note: See TracChangeset for help on using the changeset viewer.