Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mmphosis
on Jan 8, 2016
|
parent
|
context
|
favorite
| on:
How to C in 2016
# cc test.c -o test -O3 -Os -Wall -pedantic -Werror -Wshadow -Wstrict-aliasing -Wstrict-overflow -std=c99
test.c:1:2: error: #import is a GCC extension
grahamedgecombe
on Jan 8, 2016
[–]
use -std=gnu99 instead
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
test.c:1:2: error: #import is a GCC extension