A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nodejs/node/commit/d0b89598a3 below:

use proper C standard when building libuv · nodejs/node@d0b8959 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-2

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-2

lines changed Original file line number Diff line number Diff line change

@@ -190,7 +190,7 @@

190 190

'-Wno-unused-parameter',

191 191

'-Wstrict-prototypes',

192 192

],

193 -

'OTHER_CFLAGS': [ '-g', '--std=gnu89' ],

193 +

'OTHER_CFLAGS': [ '-g', '--std=gnu11' ],

194 194

},

195 195

'conditions': [

196 196

[ 'OS=="win"', {

@@ -262,7 +262,7 @@

262 262

'cflags': [

263 263

'-fvisibility=hidden',

264 264

'-g',

265 -

'--std=gnu89',

265 +

'--std=gnu11',

266 266

'-Wall',

267 267

'-Wextra',

268 268

'-Wno-unused-parameter',

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4