Lines Matching +full:meson +full:- +full:parameters

10 epoxy_version = meson.project_version().split('.')
20 cc = meson.get_compiler('c')
24 conf.set_quoted('PACKAGE_NAME', meson.project_name())
25 conf.set_quoted('PACKAGE_VERSION', meson.project_version())
26 conf.set_quoted('PACKAGE_STRING', '@0@-@1@'.format(meson.project_name(), meson.project_version()))
81 '-we4002', # too many actual parameters for macro
82 '-we4003', # not enough actual parameters for macro
83 '-w14010', # single-line comment contains line-continuation character
84 '-we4013', # 'function' undefined; assuming extern returning int
85 '-w14016', # no function return type; using int as default
86 '-we4020', # too many actual parameters
87 '-we4021', # too few actual parameters
88 '-we4027', # function declared without formal parameter list
89 '-we4029', # declared formal parameter list different from definition
90 '-we4033', # 'function' must return a value
91 '-we4035', # 'function' : no return value
92 '-we4045', # array bounds overflow
93 '-we4047', # different levels of indirection
94 '-we4049', # terminating line number emission
95 '-we4053', # an expression of type void was used as an operand
96 '-we4071', # no function prototype given
97 '-we4819', # the file contains a character that cannot be represented in the current code page
98 '/utf-8', # Set the input and exec encoding to utf-8, like is the default with GCC
102 '-Wpointer-arith',
103 '-Wmissing-declarations',
104 '-Wformat=2',
105 '-Wstrict-prototypes',
106 '-Wmissing-prototypes',
107 '-Wnested-externs',
108 '-Wbad-function-cast',
109 '-Wold-style-definition',
110 '-Wdeclaration-after-statement',
111 '-Wunused',
112 '-Wuninitialized',
113 '-Wshadow',
114 '-Wmissing-noreturn',
115 '-Wmissing-format-attribute',
116 '-Wredundant-decls',
117 '-Wlogical-op',
118 '-Werror=implicit',
119 '-Werror=nonnull',
120 '-Werror=init-self',
121 '-Werror=main',
122 '-Werror=missing-braces',
123 '-Werror=sequence-point',
124 '-Werror=return-type',
125 '-Werror=trigraphs',
126 '-Werror=array-bounds',
127 '-Werror=write-strings',
128 '-Werror=address',
129 '-Werror=int-to-pointer-cast',
130 '-Werror=pointer-to-int-cast',
131 '-fno-strict-aliasing',
132 '-Wno-int-conversion',
149 visibility_cflags += [ '-fvisibility=hidden' ]
153 visibility_cflags += [ '-fvisibility=hidden' ]
175 # GLES v2 and v1 may have pkg-config files, courtesy of downstream
198 # versions of Meson.