Warning for #pragma once. GLSL and HLSL. Addresses #824.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
WARNING: 0:10: '#pragma once' : not implemented
|
||||
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
|
||||
#pragma undefined_pragma(x,4)
|
||||
|
||||
#pragma once
|
||||
|
||||
int main(){
|
||||
}
|
||||
|
||||
|
||||
@@ -7,5 +7,7 @@
|
||||
|
||||
#pragma undefined_pragma(x, 4)
|
||||
|
||||
#pragma once
|
||||
|
||||
int main() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user